Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134379
b: refs/heads/master
c: feed029
h: refs/heads/master
i:
  134377: 1ed19c1
  134375: acaff59
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Feb 9, 2009
1 parent efc1ad0 commit c62247b
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: e374055afbf92c8d128d8538aafc7e765838206e
refs/heads/master: feed029cd63ee14df85afbe1583960c0e983a0ed
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static int ath9k_hw_get_radiorev(struct ath_hal *ah)

static void ath9k_hw_disablepcie(struct ath_hal *ah)
{
if (!AR_SREV_9100(ah))
if (AR_SREV_9100(ah))
return;

REG_WRITE(ah, AR_PCIE_SERDES, 0x9248fc00);
Expand Down

0 comments on commit c62247b

Please sign in to comment.