commit | f00d25f3154b676fcea4502a25b94bd7f142ca74 | [log] [tgz] |
---|---|---|
author | Tomer Tayar <Tomer.Tayar@cavium.com> | Mon Aug 20 00:01:42 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 20 11:34:39 2018 -0700 |
tree | 52283417c883bba99c34368edabfaa84d9dc1c8d | |
parent | 9c86336c15db1c48cbaddff56caf2be0a930e991 [diff] |
qed: Wait for ready indication before rereading the shmem The MFW might be reset and re-update its shared memory. Upon the detection of such a reset the driver rereads this memory, but it has to wait till the data is valid. This patch adds the missing wait for a data ready indication. Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>