Re: ath10k: remove redundant error check
From: Kalle Valo <hidden>
Date: 2017-03-16 08:58:06
Also in:
kernel-janitors, linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2017-03-16 08:58:06
Also in:
kernel-janitors, linux-wireless, lkml
Colin Ian King [off-list ref] wrote:
From: Colin Ian King <redacted>
The check on ret for an error is redundant because it is already been
checked for non-zero earlier on and ret is never non-zero at this point.
Fix this by removing the redundant check and error message.
Detected by CoverityScan, CID#1357170 ("Logically Dead Code")
Signed-off-by: Colin Ian King <redacted>Patch applied to ath-next branch of ath.git, thanks. 51f60b8b6979 ath10k: remove redundant error check -- https://patchwork.kernel.org/patch/9595221/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches