projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680e58f
)
cyber2000fb: Kill the one modular sparc prom_printf call.
author
David S. Miller
<davem@davemloft.net>
Mon, 8 Dec 2008 09:00:08 +0000
(
01:00
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Dec 2008 09:00:08 +0000
(
01:00
-0800)
Noticed by Robert Reif and Sam Ravnborg.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/video/cyber2000fb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/cyber2000fb.c
b/drivers/video/cyber2000fb.c
index 41d62632dcdb06bfc4b62f3266bb0ad6e8bda7ca..39d5d643a50b9397d67a26f37d3f0572c5561b4c 100644
(file)
--- a/
drivers/video/cyber2000fb.c
+++ b/
drivers/video/cyber2000fb.c
@@
-1513,7
+1513,7
@@
static int cyberpro_pci_enable_mmio(struct cfb_info *cfb)
iop = ioremap(0x3000000, 0x5000);
if (iop == NULL) {
- pr
om_printf(
"iga5000: cannot map I/O\n");
+ pr
intk(KERN_ERR
"iga5000: cannot map I/O\n");
return -ENOMEM;
}