Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352199
b: refs/heads/master
c: 4c14518
h: refs/heads/master
i:
  352197: 398675a
  352195: ce5d4b7
  352191: 812fe48
v: v3
  • Loading branch information
Victor Goldenshtein authored and Luciano Coelho committed Dec 5, 2012
1 parent 9c26863 commit e9e65ad
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: 0330ee1f5bb65bd2fd3c4b3980f4ba999405a153
refs/heads/master: 4c145185175dcca660265d2fcdd4feffc0249f8e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wlcore/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ void wl12xx_tx_reset(struct wl1271 *wl)
struct ieee80211_tx_info *info;

/* only reset the queues if something bad happened */
if (WARN_ON_ONCE(wl1271_tx_total_queue_count(wl) != 0)) {
if (wl1271_tx_total_queue_count(wl) != 0) {
for (i = 0; i < WL12XX_MAX_LINKS; i++)
wl1271_tx_reset_link_queues(wl, i);

Expand Down

0 comments on commit e9e65ad

Please sign in to comment.