aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/pm3fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/pm3fb.c')
-rw-r--r--drivers/video/pm3fb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c
index 9c17474340cd..4bf3273d0433 100644
--- a/drivers/video/pm3fb.c
+++ b/drivers/video/pm3fb.c
@@ -1445,8 +1445,7 @@ static int pm3fb_probe(struct pci_dev *dev, const struct pci_device_id *ent)
1445 retval = -EINVAL; 1445 retval = -EINVAL;
1446 goto err_exit_all; 1446 goto err_exit_all;
1447 } 1447 }
1448 printk(KERN_INFO "fb%d: %s frame buffer device\n", info->node, 1448 fb_info(info, "%s frame buffer device\n", info->fix.id);
1449 info->fix.id);
1450 pci_set_drvdata(dev, info); 1449 pci_set_drvdata(dev, info);
1451 return 0; 1450 return 0;
1452 1451