diff options
Diffstat (limited to 'drivers/bcma/driver_chipcommon.c')
-rw-r--r-- | drivers/bcma/driver_chipcommon.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/bcma/driver_chipcommon.c b/drivers/bcma/driver_chipcommon.c index e9f1b3fd252c..61c19cef59a7 100644 --- a/drivers/bcma/driver_chipcommon.c +++ b/drivers/bcma/driver_chipcommon.c | |||
@@ -44,7 +44,7 @@ void bcma_core_chipcommon_init(struct bcma_drv_cc *cc) | |||
44 | if (cc->capabilities & BCMA_CC_CAP_PMU) | 44 | if (cc->capabilities & BCMA_CC_CAP_PMU) |
45 | bcma_pmu_init(cc); | 45 | bcma_pmu_init(cc); |
46 | if (cc->capabilities & BCMA_CC_CAP_PCTL) | 46 | if (cc->capabilities & BCMA_CC_CAP_PCTL) |
47 | pr_err("Power control not implemented!\n"); | 47 | bcma_err(cc->core->bus, "Power control not implemented!\n"); |
48 | 48 | ||
49 | if (cc->core->id.rev >= 16) { | 49 | if (cc->core->id.rev >= 16) { |
50 | if (cc->core->bus->sprom.leddc_on_time && | 50 | if (cc->core->bus->sprom.leddc_on_time && |
@@ -137,8 +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 | pr_err("serial not supported on this device ccrev: 0x%x\n", | 140 | bcma_err(bus, "serial not supported on this device ccrev: 0x%x\n", ccrev); |
141 | ccrev); | ||
142 | return; | 141 | return; |
143 | } | 142 | } |
144 | 143 | ||