Commit c595c196 authored by Chintan Patel's avatar Chintan Patel Committed by Helge Deller
Browse files

staging: fbtft: Make framebuffer registration message debug-only



The framebuffer registration message is informational only and not
useful during normal operation. Convert it to debug-level logging to
keep the driver quiet when working correctly.

Suggested-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: default avatarChintan Patel <chintanlike@gmail.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent be26a07c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -792,7 +792,7 @@ int fbtft_register_framebuffer(struct fb_info *fb_info)
	if (spi)
		sprintf(text2, ", spi%d.%d at %d MHz", spi->controller->bus_num,
			spi_get_chipselect(spi, 0), spi->max_speed_hz / 1000000);
	fb_info(fb_info,
	fb_dbg(fb_info,
	       "%s frame buffer, %dx%d, %d KiB video memory%s, fps=%lu%s\n",
	       fb_info->fix.id, fb_info->var.xres, fb_info->var.yres,
	       fb_info->fix.smem_len >> 10, text1,