commit | 937a194ae8651b434c4b4c62fe94099f41a93e14 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 26 11:06:14 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Aug 06 15:36:51 2019 +0300 |
tree | 68c2f156657c5a6c550fe39064a2897be95a31c7 | |
parent | dfc7a8f7c857369c3cee4aa4c12d6c8da7aa1597 [diff] |
ipw2x00: remove redundant assignment to err Variable err is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>