commit | e722af6391949e8851310441bb0cec157d25611d | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Fri Feb 10 13:29:06 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 11 21:24:15 2017 -0500 |
tree | 5f380ff43acdf1697d9ce6e672aedb2f3f08cccf | |
parent | db5d0b597bc27bbddf40f2f8359a73be4eb77104 [diff] |
ibmvnic: Call napi_disable instead of napi_enable in failure path The failure path in ibmvnic_open() mistakenly makes a second call to napi_enable instead of calling napi_disable. This can result in a BUG_ON for any queues that were enabled in the previous call to napi_enable. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>