staging: net: wimax: i2400m: fw: remove redundant initialization of variable result
authorColin Ian King <colin.king@canonical.com>
Thu, 28 Jan 2021 17:37:02 +0000 (17:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2021 15:45:57 +0000 (16:45 +0100)
commitd730b1e1c313f9087ed991084511131ef1e91928
tree7263d6560764545e36e4332b9f0620749ac17333
parent27cf133c5d3cc669588399575ffa6e8df90b61fc
staging: net: wimax: i2400m: fw: remove redundant initialization of variable result

The variable result is being initialized with a value that is never
read and it is being updated later with a new value.  The initialization
is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/20210128173703.645328-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wimax/i2400m/fw.c