Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265710
b: refs/heads/master
c: 787343a
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Sep 15, 2011
1 parent 48e6e28 commit d5b5673
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: f327358ab2cdfa534b2dc89e9dd2266c0f61f587
refs/heads/master: 787343ad3d321fc987e36715433050df88353465
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/micrel/ksz884x.c
Original file line number Diff line number Diff line change
Expand Up @@ -4704,8 +4704,7 @@ static void send_packet(struct sk_buff *skb, struct net_device *dev)

dma_buf->dma = pci_map_single(
hw_priv->pdev,
page_address(this_frag->page) +
this_frag->page_offset,
skb_frag_address(this_frag),
dma_buf->len,
PCI_DMA_TODEVICE);
set_tx_buf(desc, dma_buf->dma);
Expand Down

0 comments on commit d5b5673

Please sign in to comment.