Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290001
b: refs/heads/master
c: 41b2d62
h: refs/heads/master
i:
  289999: 74443ff
v: v3
  • Loading branch information
John W. Linville committed Jan 30, 2012
1 parent d4065d4 commit f009818
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: ff7e9f99f7effb385a9be2f7198743c1ad2bb126
refs/heads/master: 41b2d62702730b0c6bc5a40722e423bb0338311a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ static u8 ath_rc_get_highest_rix(struct ath_softc *sc,
return rate;

/* This should not happen */
WARN_ON(1);
WARN_ON_ONCE(1);

rate = ath_rc_priv->valid_rate_index[0];

Expand Down

0 comments on commit f009818

Please sign in to comment.