Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232861
b: refs/heads/master
c: 15411c2
h: refs/heads/master
i:
  232859: 9e97342
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jan 27, 2011
1 parent cb899aa commit c7e89d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bc5892c9ec250b36c9287bd52a74d08d75a40152
refs/heads/master: 15411c27d203e363592d30ab00803254ebe77b90
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath5k/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@ int ath5k_hw_dma_stop(struct ath5k_hw *ah)
for (i = 0; i < qmax; i++) {
err = ath5k_hw_stop_tx_dma(ah, i);
/* -EINVAL -> queue inactive */
if (err != -EINVAL)
if (err && err != -EINVAL)
return err;
}

return err;
return 0;
}

0 comments on commit c7e89d8

Please sign in to comment.