Skip to content

Commit

Permalink
mx3fb: Issue prettier log message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sascha Hauer committed May 17, 2009
1 parent 153fa1d commit 2eec8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/mx3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ static int init_fb_chan(struct mx3fb_data *mx3fb, struct idmac_channel *ichan)

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);
if (ret < 0)
Expand Down

0 comments on commit 2eec8c3

Please sign in to comment.