Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b429f96a authored by Mike Gerow's avatar Mike Gerow Committed by Bartlomiej Zolnierkiewicz
Browse files

video: fbdev: udlfb: drop log level for blanking



Drop log level for blanking from info to debug. Xorg likes to habitually
unblank when already unblanked and this can fill up logs over a long period
of time.

Signed-off-by: default avatarMike Gerow <gerow@google.com>
Cc: bernie@plugable.com
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent 484c7bbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1105,7 +1105,7 @@ static int dlfb_ops_blank(int blank_mode, struct fb_info *info)
	char *bufptr;
	struct urb *urb;

	pr_info("/dev/fb%d FB_BLANK mode %d --> %d\n",
	pr_debug("/dev/fb%d FB_BLANK mode %d --> %d\n",
		 info->node, dev->blank_mode, blank_mode);

	if ((dev->blank_mode == FB_BLANK_POWERDOWN) &&