diff options
-rw-r--r-- | drivers/bcma/driver_chipcommon_pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_chipcommon_pmu.c b/drivers/bcma/driver_chipcommon_pmu.c index 934b7ed11bc1..dd5846bef029 100644 --- a/drivers/bcma/driver_chipcommon_pmu.c +++ b/drivers/bcma/driver_chipcommon_pmu.c | |||
@@ -98,7 +98,7 @@ void bcma_pmu_workarounds(struct bcma_drv_cc *cc) | |||
98 | if (bus->chipinfo.rev == 0) { | 98 | if (bus->chipinfo.rev == 0) { |
99 | pr_err("Workarounds for 43224 rev 0 not fully " | 99 | pr_err("Workarounds for 43224 rev 0 not fully " |
100 | "implemented\n"); | 100 | "implemented\n"); |
101 | bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0); | 101 | bcma_chipco_chipctl_maskset(cc, 0, ~0, 0x00F000F0); |
102 | } else { | 102 | } else { |
103 | bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0); | 103 | bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0); |
104 | } | 104 | } |