projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db36f79
)
bcma: fix CC driver compilation on MIPS
author
Rafał Miłecki
<zajec5@gmail.com>
Mon, 9 Jul 2012 17:34:59 +0000
(19:34 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 11 Jul 2012 19:40:21 +0000
(15:40 -0400)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_chipcommon.c
patch
|
blob
|
history
diff --git
a/drivers/bcma/driver_chipcommon.c
b/drivers/bcma/driver_chipcommon.c
index
61c19ce
..
a4c3ebc
100644
(file)
--- a/
drivers/bcma/driver_chipcommon.c
+++ b/
drivers/bcma/driver_chipcommon.c
@@
-137,7
+137,7
@@
void bcma_chipco_serial_init(struct bcma_drv_cc *cc)
| BCMA_CC_CORECTL_UARTCLKEN);
}
} else {
- bcma_err(bus, "serial not supported on this device ccrev: 0x%x\n", ccrev);
+ bcma_err(
cc->core->
bus, "serial not supported on this device ccrev: 0x%x\n", ccrev);
return;
}