framebuffer: Use fb_<level>
[linux-2.6-microblaze.git] / drivers / video / hpfb.c
index b802f93..a1b7e5f 100644 (file)
@@ -298,8 +298,7 @@ static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base)
        if (ret < 0)
                goto dealloc_cmap;
 
-       printk(KERN_INFO "fb%d: %s frame buffer device\n",
-              fb_info.node, fb_info.fix.id);
+       fb_info(&fb_info, "%s frame buffer device\n", fb_info.fix.id);
 
        return 0;