diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-03-16 22:11:29 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-17 20:03:27 +0100 |
commit | c87c27318c49d673e2a9cde3869424637364b609 (patch) | |
tree | d1849caa494e576891a7ad63a5b8641f332c11e5 /drivers/s390 | |
parent | Merge tag 'usb-ci-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
download | linux-c87c27318c49d673e2a9cde3869424637364b609.tar.xz linux-c87c27318c49d673e2a9cde3869424637364b609.zip |
usb: musb: remove redundant assignment to variable ret
Variable ret is being initialized with a value that is never read,
it is assigned a new value later on. 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: Bin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200316211136.2274-2-b-liu@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions