commit | 1f94608b0ce141be5286dde31270590bdf35b86a | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.ibm.com> | Fri Jun 07 16:03:53 2019 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 09 19:51:28 2019 -0700 |
tree | 56b1db1a928fdd1aa498fecbeadfbf2548c93ecb | |
parent | 4172eadb086407ac571f5e5be640b07b1a66ae87 [diff] |
ibmvnic: Do not close unopened driver during reset Check driver state before halting it during a reset. If the driver is not running, do nothing. Otherwise, a request to deactivate a down link can cause an error and the reset will fail. Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>