commit | 60b5b49f6a6ed3a5dd5e1b4b72b8c792387a0f8c | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Oct 02 11:15:17 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Oct 04 16:46:23 2019 +0300 |
tree | 2781c8360b5dd8d71940b4c3e8de3a62e13de55a | |
parent | 3b1e0a7bdfeedbde49b8d424aeb88ac3c0cf8182 [diff] |
libertas: remove redundant assignment to variable ret The variable ret is being assigned a value that is never read and is being re-assigned a little later on. The assignment is redundant and hence can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>