commit | ded0d399754dbcae7ca0153ba87c68e66021f36a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Apr 24 12:35:06 2020 +0100 |
committer | Felipe Balbi <balbi@kernel.org> | Mon May 25 11:09:39 2020 +0300 |
tree | 818664d626005b57517fe7135b63c13aca663b12 | |
parent | 7a0fbcf7c308920bc6116b3a5fb21c8cc5fec128 [diff] |
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>