Explorar o código

mx3fb: Issue prettier log message

Without this patch we end up with a log message like
"mx3_sdc_fb mx3_sdc_fb: mx3fb: fb registered". That's two fb
too much for my taste.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha Hauer %!s(int64=16) %!d(string=hai) anos
pai
achega
2eec8c318b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/video/mx3fb.c

+ 1 - 1
drivers/video/mx3fb.c

@@ -1366,7 +1366,7 @@ static int init_fb_chan(struct mx3fb_data *mx3fb, struct idmac_channel *ichan)
 
 
 	mx3fb_blank(FB_BLANK_UNBLANK, fbi);
 	mx3fb_blank(FB_BLANK_UNBLANK, fbi);
 
 
-	dev_info(dev, "mx3fb: fb registered, using mode %s\n", fb_mode);
+	dev_info(dev, "registered, using mode %s\n", fb_mode);
 
 
 	ret = register_framebuffer(fbi);
 	ret = register_framebuffer(fbi);
 	if (ret < 0)
 	if (ret < 0)