diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-01-28 17:37:02 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-29 16:45:57 +0100 |
commit | d730b1e1c313f9087ed991084511131ef1e91928 (patch) | |
tree | 7263d6560764545e36e4332b9f0620749ac17333 /virt/lib | |
parent | 27cf133c5d3cc669588399575ffa6e8df90b61fc (diff) |
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>
Diffstat (limited to 'virt/lib')
0 files changed, 0 insertions, 0 deletions