Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203346
b: refs/heads/master
c: de42edd
h: refs/heads/master
v: v3
  • Loading branch information
Greg Rose authored and David S. Miller committed Jul 2, 2010
1 parent a82c8a8 commit 1abcbad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d420a1b3ea65357b6eb59e4e742248d2838e904
refs/heads/master: de42edde131cd09a556f0b90373569d64b92ef99
4 changes: 4 additions & 0 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4974,6 +4974,10 @@ static void igb_vf_reset_msg(struct igb_adapter *adapter, u32 vf)

static int igb_set_vf_mac_addr(struct igb_adapter *adapter, u32 *msg, int vf)
{
/*
* The VF MAC Address is stored in a packed array of bytes
* starting at the second 32 bit word of the msg array
*/
unsigned char *addr = (char *)&msg[1];
int err = -1;

Expand Down

0 comments on commit 1abcbad

Please sign in to comment.