Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195088
b: refs/heads/master
c: 2372a5f
h: refs/heads/master
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed May 14, 2010
1 parent 3e914f6 commit 9a15f78
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e0a67e2dd9aa01a59cd91a7b39a6af1282bbc214
refs/heads/master: 2372a5f1c869fd1e4dc11fb41600197fcce1121c
4 changes: 1 addition & 3 deletions trunk/drivers/net/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2301,10 +2301,8 @@ qlcnic_check_health(struct qlcnic_adapter *adapter)
if (qlcnic_check_temp(adapter))
goto detach;

if (adapter->need_fw_reset) {
if (adapter->need_fw_reset)
qlcnic_dev_request_reset(adapter);
goto detach;
}

state = QLCRD32(adapter, QLCNIC_CRB_DEV_STATE);
if (state == QLCNIC_DEV_NEED_RESET || state == QLCNIC_DEV_NEED_QUISCENT)
Expand Down

0 comments on commit 9a15f78

Please sign in to comment.