Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321478
b: refs/heads/master
c: c8c40b7
h: refs/heads/master
v: v3
  • Loading branch information
Amir Vadai authored and David S. Miller committed Aug 3, 2012
1 parent 8be7bb2 commit 2264da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 696ecdc10622d86541f2e35cc16e15b6b3b1b67e
refs/heads/master: c8c40b7f32abe0878ee693480fb2f7453d80add5
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/mellanox/mlx4/en_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
/* If source MAC is equal to our own MAC and not performing
* the selftest or flb disabled - drop the packet */
if (s_mac == priv->mac &&
(!(dev->features & NETIF_F_LOOPBACK) ||
!priv->validate_loopback))
!((dev->features & NETIF_F_LOOPBACK) ||
priv->validate_loopback))
goto next;

/*
Expand Down

0 comments on commit 2264da8

Please sign in to comment.