Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179090
b: refs/heads/master
c: d3af9dd
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 4, 2010
1 parent 5e99658 commit b4ef6ac
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: a4b751d87241c1b49ce43f819428223bfc22dc27
refs/heads/master: d3af9dd04f8795dc2761ecfa56632e4d0df0dae2
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/cxgb3i/cxgb3i_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ static int is_cxgb3_dev(struct net_device *dev)
struct cxgb3i_sdev_data *cdata;
struct net_device *ndev = dev;

if (dev->priv_flags && IFF_802_1Q_VLAN)
if (dev->priv_flags & IFF_802_1Q_VLAN)
ndev = vlan_dev_real_dev(dev);

write_lock(&cdata_rwlock);
Expand Down

0 comments on commit b4ef6ac

Please sign in to comment.