Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155645
b: refs/heads/master
c: 37b76c6
h: refs/heads/master
i:
  155643: a3cab37
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jul 17, 2009
1 parent 7244a14 commit 2b02a73
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: c5ad4f592e27d782faea0a787d9181f192a69ef0
refs/heads/master: 37b76c697f4ac082e9923dfa8e8aecc8bc54a8e1
2 changes: 1 addition & 1 deletion trunk/drivers/net/atl1c/atl1c_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ static void atl1c_clean_rx_irq(struct atl1c_adapter *adapter, u8 que,
if (likely(RRS_RXD_IS_VALID(rrs->word3))) {
rfd_num = (rrs->word0 >> RRS_RX_RFD_CNT_SHIFT) &
RRS_RX_RFD_CNT_MASK;
if (unlikely(rfd_num) != 1)
if (unlikely(rfd_num != 1))
/* TODO support mul rfd*/
if (netif_msg_rx_err(adapter))
dev_warn(&pdev->dev,
Expand Down

0 comments on commit 2b02a73

Please sign in to comment.