Skip to content

Commit

Permalink
cyber2000fb: Kill the one modular sparc prom_printf call.
Browse files Browse the repository at this point in the history
Noticed by Robert Reif and Sam Ravnborg.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 8, 2008
1 parent 680e58f commit 89b409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/cyber2000fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 89b409f

Please sign in to comment.