Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266485
b: refs/heads/master
c: 3ed6f69
h: refs/heads/master
i:
  266483: 48abc94
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Oct 10, 2011
1 parent 6e4625a commit ea13463
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: f8f114c26452059e03fb970141e5795e08015217
refs/heads/master: 3ed6f6958c0ac21958285d8648f14d34da4bbcb3
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/xilinx/ll_temac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,7 @@ static int temac_start_xmit(struct sk_buff *skb, struct net_device *ndev)

cur_p = &lp->tx_bd_v[lp->tx_bd_tail];
cur_p->phys = dma_map_single(ndev->dev.parent,
(void *)page_address(frag->page) +
frag->page_offset,
skb_frag_address(frag),
frag->size, DMA_TO_DEVICE);
cur_p->len = frag->size;
cur_p->app0 = 0;
Expand Down

0 comments on commit ea13463

Please sign in to comment.