commit | a3a90244c471854bbe79884fd5a48b84953faa75 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Aug 27 12:47:39 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 28 14:49:37 2019 -0700 |
tree | 8b9e777a8a2f4544f5b177fa2a3870e0069e22be | |
parent | 14105c191e09b698782026827dbac966cbd30446 [diff] |
wimax/i2400m: remove redundant assignment to variable result Variable result is being assigned a value that is never read and result is being re-assigned a little later on. The assignment is redundant and hence can be removed. Addresses-Coverity: ("Ununsed value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>