commit | 134bbe7f21f4455c8be64f945b8b67094f768de0 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Wed May 16 15:49:04 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu May 17 14:57:19 2018 -0400 |
tree | 754e6e5240e86bea94ab817797159b0239b230da | |
parent | 4cf2ddf3e329d4ec1e3edda3465a202b5665be0e [diff] |
ibmvnic: Fix non-fatal firmware error reset It is not necessary to disable interrupt lines here during a reset to handle a non-fatal firmware error. Move that call within the code block that handles the other cases that do require interrupts to be disabled and re-enabled. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>