diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-04-04 14:47:23 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-04-29 17:50:10 +0300 |
commit | e643da21e19a62f928fb30f080470ea2e335b7f0 (patch) | |
tree | ac223e5d7801144dd813f04ac5f3b11042351fc9 /security | |
parent | 5d6751eaff672ea77642e74e92e6c0ac7f9709ab (diff) |
ath6kl: remove redundant check of status != 0
The check on status not being zero is redundant as previous code
paths that set status to an error value break out of the while
loop and hence status is never non-zero at the check. Remove
this redundant code.
Addresses-Coverity: ("Logically dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions