wimax/i2400m: remove redundant assignment to variable result
authorColin Ian King <colin.king@canonical.com>
Tue, 27 Aug 2019 11:47:39 +0000 (12:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Aug 2019 21:49:37 +0000 (14:49 -0700)
commita3a90244c471854bbe79884fd5a48b84953faa75
tree8b9e777a8a2f4544f5b177fa2a3870e0069e22be
parent14105c191e09b698782026827dbac966cbd30446
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>
drivers/net/wimax/i2400m/rx.c