dect
/
linux-2.6
Archived
13
0
Fork 0

cyber2000fb: Kill the one modular sparc prom_printf call.

Noticed by Robert Reif and Sam Ravnborg.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-12-08 01:00:08 -08:00
parent 680e58f809
commit 89b409f770
1 changed files with 1 additions and 1 deletions

View File

@ -1513,7 +1513,7 @@ static int cyberpro_pci_enable_mmio(struct cfb_info *cfb)
iop = ioremap(0x3000000, 0x5000);
if (iop == NULL) {
prom_printf("iga5000: cannot map I/O\n");
printk(KERN_ERR "iga5000: cannot map I/O\n");
return -ENOMEM;
}