commit | 21ecba6c48f903781d844b62854bedd8137df470 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Wed Jun 14 23:50:09 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 15 14:29:00 2017 -0400 |
tree | fb0e1abc90a1e1bd09cab91a0781e4c60e4e1232 | |
parent | 1cf9cc72bd7024af69419b5adee42c39ad4caf6f [diff] |
ibmvnic: Exit polling routine correctly during adapter reset This patch fixes a bug where, in the case of a device reset, the polling routine will never complete, causing napi_disable to sleep indefinitely when attempting to close the device. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>