Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262489
b: refs/heads/master
c: 2a72c31
h: refs/heads/master
i:
  262487: 70a7ac4
v: v3
  • Loading branch information
Don Skidmore authored and Jeff Kirsher committed Aug 4, 2011
1 parent 333e9ac commit d687a56
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: 6d337dce664b6872ddf1655f6b1fcab76ce35b08
refs/heads/master: 2a72c31ee4aa31b6a762390e4811a0edf5eefcef
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ static int __ixgbe_notify_dca(struct device *dev, void *data)
struct ixgbe_adapter *adapter = dev_get_drvdata(dev);
unsigned long event = *(unsigned long *)data;

if (!(adapter->flags & IXGBE_FLAG_DCA_ENABLED))
if (!(adapter->flags & IXGBE_FLAG_DCA_CAPABLE))
return 0;

switch (event) {
Expand Down

0 comments on commit d687a56

Please sign in to comment.