diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2012-07-09 13:34:59 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-11 15:40:21 -0400 |
commit | 9a89c3a856236ee6b68987dd0a0195010c3b801c (patch) | |
tree | 0a0fcc2b0990c8793a7f649023ee535d1b65695a /drivers/bcma/driver_chipcommon.c | |
parent | db36f792370959ff26458f80942cf98fe8249d95 (diff) |
bcma: fix CC driver compilation on MIPS
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/driver_chipcommon.c')
-rw-r--r-- | drivers/bcma/driver_chipcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_chipcommon.c b/drivers/bcma/driver_chipcommon.c index 61c19cef59a7..a4c3ebcc4c86 100644 --- 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) | |||
137 | | BCMA_CC_CORECTL_UARTCLKEN); | 137 | | BCMA_CC_CORECTL_UARTCLKEN); |
138 | } | 138 | } |
139 | } else { | 139 | } else { |
140 | bcma_err(bus, "serial not supported on this device ccrev: 0x%x\n", ccrev); | 140 | bcma_err(cc->core->bus, "serial not supported on this device ccrev: 0x%x\n", ccrev); |
141 | return; | 141 | return; |
142 | } | 142 | } |
143 | 143 | ||