Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109249
b: refs/heads/master
c: a866bbf
h: refs/heads/master
i:
  109247: d87bc8c
v: v3
  • Loading branch information
Francois Romieu authored and Jeff Garzik committed Aug 27, 2008
1 parent d2eb74b commit 8e8be95
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: 0623807a18c4baa2effcdb298e8b31d90e3ef69f
refs/heads/master: a866bbf6aacf95f849810079442a20be118ce905
2 changes: 1 addition & 1 deletion trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,7 @@ static int rtl8169_rx_interrupt(struct net_device *dev,
pkt_size, PCI_DMA_FROMDEVICE);
rtl8169_mark_to_asic(desc, tp->rx_buf_sz);
} else {
pci_unmap_single(pdev, addr, pkt_size,
pci_unmap_single(pdev, addr, tp->rx_buf_sz,
PCI_DMA_FROMDEVICE);
tp->Rx_skbuff[entry] = NULL;
}
Expand Down

0 comments on commit 8e8be95

Please sign in to comment.