Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340551
b: refs/heads/master
c: a301340
h: refs/heads/master
i:
  340549: 6311b34
  340547: f5d4afd
  340543: bac38be
v: v3
  • Loading branch information
Greg Rose authored and Jeff Kirsher committed Oct 30, 2012
1 parent 24549c4 commit ba7a02d
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: d7bbcd32adafee94e965d9ca188ddeede4c94597
refs/heads/master: a30134053c3c4a14049037ee41b74ab3fe57cf9e
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,8 @@ static int ixgbe_set_vf_macvlan_msg(struct ixgbe_adapter *adapter,
e_warn(drv,
"VF %d has requested a MACVLAN filter but there is no space for it\n",
vf);
return err;

return err < 0;
}

static int ixgbe_negotiate_vf_api(struct ixgbe_adapter *adapter,
Expand Down

0 comments on commit ba7a02d

Please sign in to comment.