diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-02-18 00:01:24 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-10 11:37:15 +0300 |
commit | 292f750f43d06ea269323b5a6e40aab10e033162 (patch) | |
tree | 8aae91c9891088a86e234e4fb9b85347751ed836 /drivers/usb/renesas_usbhs/common.h | |
parent | 9c174b57c98e78310a15cf9808cf417fa4a65d9b (diff) | |
download | linux-292f750f43d06ea269323b5a6e40aab10e033162.tar.xz |
USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'
The variable 'value' is being initialized with 1 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/20210217210124.197780-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
0 files changed, 0 insertions, 0 deletions