diff --git a/[refs] b/[refs] index 71c8294f25dc..66d7d3a97ade 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa4eec9350e07a3d6ac331b0f5fc62a6065b01d2 +refs/heads/master: efc39e39f3888a62fcfe4465b8ebd246246514f8 diff --git a/trunk/drivers/staging/brcm80211/brcmsmac/wlc_pmu.c b/trunk/drivers/staging/brcm80211/brcmsmac/wlc_pmu.c index e98ace647142..4b2095f2f896 100644 --- a/trunk/drivers/staging/brcm80211/brcmsmac/wlc_pmu.c +++ b/trunk/drivers/staging/brcm80211/brcmsmac/wlc_pmu.c @@ -1886,9 +1886,8 @@ void si_pmu_otp_power(si_t *sih, bool on) u32 rsrcs = 0; /* rsrcs to turn on/off OTP power */ /* Don't do anything if OTP is disabled */ - if (si_is_otp_disabled(sih)) { + if (si_is_otp_disabled(sih)) return; - } /* Remember original core before switch to chipc */ origidx = ai_coreidx(sih);