commit | 17e1be342d46eb0b7c3df4c7e623493483080b63 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Sun Apr 11 20:18:11 2021 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 12 13:20:38 2021 -0700 |
tree | fd9060c0153c0bb6870a5a7d8f8f238288932556 | |
parent | 0d770360577895a204634f01b4780e6fbf4adc95 [diff] |
bnxt_en: Treat health register value 0 as valid in bnxt_try_reover_fw(). The retry loop in bnxt_try_recover_fw() should not abort when the health register value is 0. It is a valid value that indicates the firmware is booting up. Fixes: 861aae786f2f ("bnxt_en: Enhance retry of the first message to the firmware.") Reviewed-by: Edwin Peer <edwin.peer@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>