diff options
Diffstat (limited to 'drivers/video/neofb.c')
-rw-r--r-- | drivers/video/neofb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/neofb.c b/drivers/video/neofb.c index 891b0bf841e3..5d815f31645c 100644 --- a/drivers/video/neofb.c +++ b/drivers/video/neofb.c @@ -2104,8 +2104,7 @@ static int neofb_probe(struct pci_dev *dev, const struct pci_device_id *id) if (err < 0) goto err_reg_fb; - 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); /* * Our driver data |