Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183716
b: refs/heads/master
c: 8f47afe
h: refs/heads/master
v: v3
  • Loading branch information
Sarveshwar Bandi authored and David S. Miller committed Jan 22, 2010
1 parent 7c81e5b commit a9be760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 09cb47a2c68f9596927bc05dab0453edb35cd32d
refs/heads/master: 8f47afe080df450eedda7b29873512c2a9a9adcb
7 changes: 4 additions & 3 deletions trunk/drivers/net/benet/be_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,11 @@ be_self_test(struct net_device *netdev, struct ethtool_test *test, u64 *data)
&data[2]) != 0) {
test->flags |= ETH_TEST_FL_FAILED;
}
}

data[3] = be_test_ddr_dma(adapter);
if (data[3] != 0)
test->flags |= ETH_TEST_FL_FAILED;
if (be_test_ddr_dma(adapter) != 0) {
data[3] = 1;
test->flags |= ETH_TEST_FL_FAILED;
}

}
Expand Down

0 comments on commit a9be760

Please sign in to comment.