Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249326
b: refs/heads/master
c: efc39e3
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 70b62ef commit e4555d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa4eec9350e07a3d6ac331b0f5fc62a6065b01d2
refs/heads/master: efc39e39f3888a62fcfe4465b8ebd246246514f8
3 changes: 1 addition & 2 deletions trunk/drivers/staging/brcm80211/brcmsmac/wlc_pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e4555d7

Please sign in to comment.