diff options
-rw-r--r-- | drivers/video/cyber2000fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/cyber2000fb.c b/drivers/video/cyber2000fb.c index 41d62632dcdb..39d5d643a50b 100644 --- a/drivers/video/cyber2000fb.c +++ b/drivers/video/cyber2000fb.c | |||
@@ -1513,7 +1513,7 @@ static int cyberpro_pci_enable_mmio(struct cfb_info *cfb) | |||
1513 | 1513 | ||
1514 | iop = ioremap(0x3000000, 0x5000); | 1514 | iop = ioremap(0x3000000, 0x5000); |
1515 | if (iop == NULL) { | 1515 | if (iop == NULL) { |
1516 | prom_printf("iga5000: cannot map I/O\n"); | 1516 | printk(KERN_ERR "iga5000: cannot map I/O\n"); |
1517 | return -ENOMEM; | 1517 | return -ENOMEM; |
1518 | } | 1518 | } |
1519 | 1519 | ||