Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336078
b: refs/heads/master
c: 29bb8f4
h: refs/heads/master
v: v3
  • Loading branch information
Amir Vadai authored and David S. Miller committed Nov 28, 2012
1 parent 5416897 commit 139d707
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: 92d64c261e77cb2a6117887617e2a629fea6b67c
refs/heads/master: 29bb8f4a8d94d017700d09ee643483b0708cbd7b
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static int mlx4_en_dcbnl_ieee_setmaxrate(struct net_device *dev,
if (err)
return err;

memcpy(priv->maxrate, tmp, sizeof(*priv->maxrate));
memcpy(priv->maxrate, tmp, sizeof(priv->maxrate));

return 0;
}
Expand Down

0 comments on commit 139d707

Please sign in to comment.