commit | 68b759a75d6257759d1e37ff13f2d0659baf1112 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <snelson@pensando.io> | Wed Feb 19 14:59:42 2020 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 20 15:48:04 2020 -0800 |
tree | 39c0dcf49109280487aedc96532ac8a200c17b13 | |
parent | 98bda63e20daab95bdc084ce00459a4f622a0505 [diff] |
ionic: fix fw_status read The fw_status field is only 8 bits, so fix the read. Also, we only want to look at the one status bit, to allow for future use of the other bits, and watch for a bad PCI read. Fixes: 97ca486592c0 ("ionic: add heartbeat check") Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>