framebuffer: Use fb_<level>
[deliverable/linux.git] / drivers / video / sgivwfb.c
index a9ac3ce2d0e9de56aaab9f836b0037fe62651596..bc74d04089984068d019ee51e7436b24a74ad010 100644 (file)
@@ -803,8 +803,8 @@ static int sgivwfb_probe(struct platform_device *dev)
 
        platform_set_drvdata(dev, info);
 
-       printk(KERN_INFO "fb%d: SGI DBE frame buffer device, using %ldK of video memory at %#lx\n",      
-               info->node, sgivwfb_mem_size >> 10, sgivwfb_mem_phys);
+       fb_info(info, "SGI DBE frame buffer device, using %ldK of video memory at %#lx\n",
+               sgivwfb_mem_size >> 10, sgivwfb_mem_phys);
        return 0;
 
 fail_register_framebuffer:
This page took 0.024522 seconds and 5 git commands to generate.