commit | 1097f5e92107ca3950fabf5e1d724faa80c91e7f | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Mon Jan 21 17:06:41 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:14 2008 -0800 |
tree | 7088f4b9ab0d0481d43e2fc3d6a998d44c006dc2 | |
parent | 2dd201d7b735f252df1a915a3f2e6a71910a3d87 [diff] |
[BNX2]: Fix minor bug in bnx2_has_work(). It is more correct to get the status block from the bnx2_napi struct instead of the bnx2 struct. It happens that they are the same in this case because we are using the first MSIX vector. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>