Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150054
b: refs/heads/master
c: 6c31d55
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and David S. Miller committed Apr 28, 2009
1 parent 556fa8c commit cd24c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ac5978e7f83a6cbd9a70282d6e39bd936a31b2bc
refs/heads/master: 6c31d55f755ff2bc1f7dc3b45c500032fe90aff8
3 changes: 2 additions & 1 deletion trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,8 @@ static int gfar_enet_open(struct net_device *dev)
static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb)
{
struct txfcb *fcb = (struct txfcb *)skb_push(skb, GMAC_FCB_LEN);
cacheable_memzero(fcb, GMAC_FCB_LEN);

memset(fcb, 0, GMAC_FCB_LEN);

return fcb;
}
Expand Down

0 comments on commit cd24c5f

Please sign in to comment.