Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335859
b: refs/heads/master
c: da8fb12
h: refs/heads/master
i:
  335857: d96092f
  335855: 1c0f1fc
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Nov 19, 2012
1 parent b2daa73 commit d422729
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: dd321acddc3be1371263b8c9e6c6f2af89f63d57
refs/heads/master: da8fb123b041e487d28f54d3a77a15139cb9e3b9
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type)
switch (type) {
case ATH9K_RESET_POWER_ON:
ret = ath9k_hw_set_reset_power_on(ah);
if (!ret)
if (ret)
ah->reset_power_on = true;
break;
case ATH9K_RESET_WARM:
Expand Down

0 comments on commit d422729

Please sign in to comment.