aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/platinumfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/platinumfb.c')
-rw-r--r--drivers/video/platinumfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c
index b644037dd5bc..4c9299576827 100644
--- a/drivers/video/platinumfb.c
+++ b/drivers/video/platinumfb.c
@@ -403,7 +403,7 @@ try_again:
403 if (rc < 0) 403 if (rc < 0)
404 return rc; 404 return rc;
405 405
406 printk(KERN_INFO "fb%d: Apple Platinum frame buffer device\n", info->node); 406 fb_info(info, "Apple Platinum frame buffer device\n");
407 407
408 return 0; 408 return 0;
409} 409}