Commit 89b409f7 authored by David S. Miller's avatar David S. Miller

cyber2000fb: Kill the one modular sparc prom_printf call.

Noticed by Robert Reif and Sam Ravnborg.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 680e58f8
...@@ -1513,7 +1513,7 @@ static int cyberpro_pci_enable_mmio(struct cfb_info *cfb) ...@@ -1513,7 +1513,7 @@ static int cyberpro_pci_enable_mmio(struct cfb_info *cfb)
iop = ioremap(0x3000000, 0x5000); iop = ioremap(0x3000000, 0x5000);
if (iop == NULL) { if (iop == NULL) {
prom_printf("iga5000: cannot map I/O\n"); printk(KERN_ERR "iga5000: cannot map I/O\n");
return -ENOMEM; return -ENOMEM;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment