Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311622
b: refs/heads/master
c: 6bb51c7
h: refs/heads/master
v: v3
  • Loading branch information
Tom Hughes authored and John W. Linville committed Jun 27, 2012
1 parent 55e41c6 commit 760a027
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: 4b5ebccc40843104d980f0714bc86bfcd5568941
refs/heads/master: 6bb51c70cabaadddc54a6454844eceba91a56083
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,9 @@ static bool ath_edma_get_buffers(struct ath_softc *sc,
__skb_unlink(skb, &rx_edma->rx_fifo);
list_add_tail(&bf->list, &sc->rx.rxbuf);
ath_rx_edma_buf_link(sc, qtype);
} else {
bf = NULL;
}

bf = NULL;
}

*dest = bf;
Expand Down

0 comments on commit 760a027

Please sign in to comment.