]> asedeno.scripts.mit.edu Git - linux.git/commit
ipw2x00: remove redundant assignment to err
authorColin Ian King <colin.king@canonical.com>
Fri, 26 Jul 2019 10:06:14 +0000 (11:06 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 6 Aug 2019 12:36:51 +0000 (15:36 +0300)
commit937a194ae8651b434c4b4c62fe94099f41a93e14
tree68c2f156657c5a6c550fe39064a2897be95a31c7
parentdfc7a8f7c857369c3cee4aa4c12d6c8da7aa1597
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>
drivers/net/wireless/intel/ipw2x00/ipw2100.c