Searched hist:"9 ecc3eb03c37b54c507ba5127a4c781d36b0c121" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | diff 9ecc3eb03c37b54c507ba5127a4c781d36b0c121 Fri Mar 26 14:13:57 CDT 2021 Colin Ian King <colin.king@canonical.com> usb: cdnsp: remove redundant initialization of variable ret
The variable ret 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.
Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Pawel Laszczak <pawell@cadence.com> Signed-off-by: Peter Chen <peter.chen@kernel.org>
|