Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266153
b: refs/heads/master
c: 2098401
h: refs/heads/master
i:
  266151: de0de6e
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Sep 22, 2011
1 parent 9944b4d commit e9602b2
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: ea968771d4c86ba42f84c7f472d9abe4c60c77f5
refs/heads/master: 2098401c4ca6910f739df697694fad845615b6da
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/3com/typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,7 @@ typhoon_start_tx(struct sk_buff *skb, struct net_device *dev)
typhoon_inc_tx_index(&txRing->lastWrite, 1);

len = frag->size;
frag_addr = (void *) page_address(frag->page) +
frag->page_offset;
frag_addr = skb_frag_address(frag);
skb_dma = pci_map_single(tp->tx_pdev, frag_addr, len,
PCI_DMA_TODEVICE);
txd->flags = TYPHOON_FRAG_DESC | TYPHOON_DESC_VALID;
Expand Down

0 comments on commit e9602b2

Please sign in to comment.