framebuffer: Use fb_<level>

Neaten and shorten the code using the new fb_<level> macros.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Joe Perches
2013-09-19 18:35:55 -07:00
committed by Tomi Valkeinen
parent f51a07d05c
commit 31b6780c15
59 changed files with 186 additions and 224 deletions

View File

@@ -102,8 +102,7 @@ static int cfag12864bfb_probe(struct platform_device *device)
platform_set_drvdata(device, info);
printk(KERN_INFO "fb%d: %s frame buffer device\n", info->node,
info->fix.id);
fb_info(info, "%s frame buffer device\n", info->fix.id);
return 0;