Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265766
b: refs/heads/master
c: deb8a06
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Aug 30, 2011
1 parent eb784e5 commit cabe1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7b63e3a8ffde4daf50996eae2a0b541662da148c
refs/heads/master: deb8a069e39b272c0a37bfa7a5f52d49600963a4
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/realtek/8139cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,7 @@ static netdev_tx_t cp_start_xmit (struct sk_buff *skb,

len = this_frag->size;
mapping = dma_map_single(&cp->pdev->dev,
((void *) page_address(this_frag->page) +
this_frag->page_offset),
skb_frag_address(this_frag),
len, PCI_DMA_TODEVICE);
eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0;

Expand Down

0 comments on commit cabe1b1

Please sign in to comment.