Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361826
b: refs/heads/master
c: c101c81
h: refs/heads/master
v: v3
  • Loading branch information
Moshe Lazer authored and David S. Miller committed Mar 21, 2013
1 parent 710dffb commit d7ffe02
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: ce16294fda230c787ce5c35f61b2f80d14d70a72
refs/heads/master: c101c81b5293cdcb616ed4948d0c4a4cfd1f481a
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ int mlx4_MAP_EQ_wrapper(struct mlx4_dev *dev, int slave,
struct mlx4_slave_event_eq_info *event_eq =
priv->mfunc.master.slave_state[slave].event_eq;
u32 in_modifier = vhcr->in_modifier;
u32 eqn = in_modifier & 0x1FF;
u32 eqn = in_modifier & 0x3FF;
u64 in_param = vhcr->in_param;
int err = 0;
int i;
Expand Down

0 comments on commit d7ffe02

Please sign in to comment.