commit | 5c44bbdab5fd7831859cf0d38626317ffcf39558 | [log] [tgz] |
---|---|---|
author | Manish Chopra <manish.chopra@qlogic.com> | Fri Sep 13 06:13:47 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 15 22:10:57 2013 -0400 |
tree | fc8ffea8237fbb773a43ba4d03513abbbd3f6859 | |
parent | 716ec052d2280d511e10e90ad54a86f5b5d4dcc2 [diff] |
qlcnic: Fix VF reset recovery o At the time of firmware hang "adapter->need_fw_reset" variable gets set but after re-initialization of firmware OR at the time of VF re-initialization that variable was not getting cleared which was leading to failure in VF reset recovery.Fix it by clearing this variable before re-initializing VF Signed-off-by: Manish Chopra <manish.chopra@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>