Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150713
b: refs/heads/master
c: 21fa4e6
h: refs/heads/master
i:
  150711: 3966f3b
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Jun 7, 2009
1 parent 59bad9b commit 03470d6
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: 74766013a131f1e1c2fe8fd138e12841eb708060
refs/heads/master: 21fa4e66bd0bedfa4ed6aa6f7008b2aff6d45c8d
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ static bool ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector,
prefetch(skb->data - NET_IP_ALIGN);
rx_buffer_info->skb = NULL;

if (len && !skb_shinfo(skb)->nr_frags) {
if (rx_buffer_info->dma) {
pci_unmap_single(pdev, rx_buffer_info->dma,
rx_ring->rx_buf_len,
PCI_DMA_FROMDEVICE);
Expand Down

0 comments on commit 03470d6

Please sign in to comment.