diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-24 12:35:06 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2020-05-25 11:09:39 +0300 |
commit | ded0d399754dbcae7ca0153ba87c68e66021f36a (patch) | |
tree | 818664d626005b57517fe7135b63c13aca663b12 /drivers/hid | |
parent | 7a0fbcf7c308920bc6116b3a5fb21c8cc5fec128 (diff) | |
download | linux-ded0d399754dbcae7ca0153ba87c68e66021f36a.tar.bz2 |
usb: gadget: function: remove redundant assignment to variable 'status'
The variable status is being assigned a value that is never read
and it is being updated later with a new value. The assignment
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions