Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340899
b: refs/heads/master
c: f255b9c
h: refs/heads/master
i:
  340897: 9fd95e1
  340895: a97d30e
v: v3
  • Loading branch information
Peter Senna Tschudin authored and John W. Linville committed Oct 19, 2012
1 parent 1f5b341 commit 7b0eba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 750f32cf0a6e2a4d798e09da4079ede7d1721e54
refs/heads/master: f255b9cccaeaa03ef6e58f7762bf7249b3dd7ea2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -2989,7 +2989,7 @@ static u32 ath9k_hw_ar9300_get_eeprom(struct ath_hw *ah,
case EEP_PAPRD:
if (AR_SREV_9462(ah))
return false;
if (!ah->config.enable_paprd);
if (!ah->config.enable_paprd)
return false;
return !!(pBase->featureEnable & BIT(5));
case EEP_CHAIN_MASK_REDUCE:
Expand Down

0 comments on commit 7b0eba0

Please sign in to comment.