commit | 8c925c443801721d2731e540055782bcdbbde03b | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | Wed Mar 02 20:26:03 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 02 14:04:18 2016 -0500 |
tree | a23554e1989923302427ff57a98e36efb6ebc7ee | |
parent | 86622ee75312568e9a862b6f023e54b149380b6d [diff] |
qed: Fix error flow on slowpath start In case of problems when initializing the chip, the error flows aren't being properly done. Specifically, it's possible that the chip would be left in a configuration allowing it [internally] to access the host memory, causing fatal problems in the device that would require power cycle to overcome. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>