commit | e1fd7ceec194225a822760a40dfa73efdd59881b | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Thu Apr 26 08:01:38 2018 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Apr 30 13:32:51 2018 +0300 |
tree | 9e0863ee82caf7fda52cc8571f7cc75490179371 | |
parent | 60f36637bbbdeea199d644eda284dba5144d2377 [diff] |
rsi_91x: fix structurally dead code Function rsi_hal_key_config returns before reaching code at line 922 if (status), hence this code is structurally dead. Fix this by storing the value returned by rsi_hal_load_key into _status_ for its further evaluation and use. Addresses-Coverity-ID: 1468409 ("Structurally dead code") Fixes: 4fd6c4762f37 ("rsi: roaming enhancements") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>