Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215125
b: refs/heads/master
c: aa3bc6c
h: refs/heads/master
i:
  215123: 829f673
v: v3
  • Loading branch information
Nicolas Kaiser authored and David S. Miller committed Oct 9, 2010
1 parent a085d4b commit a111994
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: e18434c45765cfc4a74b5c61da9e9fbc6ddd3d5f
refs/heads/master: aa3bc6c68e3c1064969f5f2962be84491ffb69a0
2 changes: 1 addition & 1 deletion trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ static void ehea_promiscuous(struct net_device *dev, int enable)
struct hcp_ehea_port_cb7 *cb7;
u64 hret;

if ((enable && port->promisc) || (!enable && !port->promisc))
if (enable == port->promisc)
return;

cb7 = (void *)get_zeroed_page(GFP_ATOMIC);
Expand Down

0 comments on commit a111994

Please sign in to comment.