Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98531
b: refs/heads/master
c: ccc57aa
h: refs/heads/master
i:
  98529: af1add4
  98527: 9a912ba
v: v3
  • Loading branch information
Atsushi Nemoto authored and Jeff Garzik committed Jun 27, 2008
1 parent 845b7f1 commit 1879b43
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: 59524a37446e18a672188d86d23c8c76fd488621
refs/heads/master: ccc57aac9c9532b4540968632a8c4a0b946dbcc4
2 changes: 1 addition & 1 deletion trunk/drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,6 @@ tc35815_rx(struct net_device *dev)
skb = lp->rx_skbs[cur_bd].skb;
prefetch(skb->data);
lp->rx_skbs[cur_bd].skb = NULL;
lp->fbl_count--;
pci_unmap_single(lp->pci_dev,
lp->rx_skbs[cur_bd].skb_dma,
RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Expand Down Expand Up @@ -1792,6 +1791,7 @@ tc35815_rx(struct net_device *dev)
#ifdef TC35815_USE_PACKEDBUFFER
while (lp->fbl_curid != id)
#else
lp->fbl_count--;
while (lp->fbl_count < RX_BUF_NUM)
#endif
{
Expand Down

0 comments on commit 1879b43

Please sign in to comment.