Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133943
b: refs/heads/master
c: 6989f51
h: refs/heads/master
i:
  133941: 0dad01b
  133939: 50769be
  133935: 5d7c507
v: v3
  • Loading branch information
Sascha Hauer authored and David S. Miller committed Feb 1, 2009
1 parent f323c28 commit d48b267
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: 6f501b173f2d69973497599f5358fb4c30922d67
refs/heads/master: 6989f5122f84046ba286efe8ce8be2fec42a1b7c
2 changes: 1 addition & 1 deletion trunk/drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ fec_enet_start_xmit(struct sk_buff *skb, struct net_device *dev)
if (bdp->cbd_bufaddr & 0x3) {
unsigned int index;
index = bdp - fep->tx_bd_base;
memcpy(fep->tx_bounce[index], (void *) bdp->cbd_bufaddr, bdp->cbd_datlen);
memcpy(fep->tx_bounce[index], (void *)skb->data, skb->len);
bdp->cbd_bufaddr = __pa(fep->tx_bounce[index]);
}

Expand Down

0 comments on commit d48b267

Please sign in to comment.