commit | 95dbac94da7f9cff9a056fcf9c3a1679aa5ac337 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Apr 20 12:38:18 2021 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 22 10:52:10 2021 +0200 |
tree | e4b40071f79c5de6c9ad3fc928f3e82511f3ae69 | |
parent | 2bda2c09625772ff4d514df183afe90c84d6d9c6 [diff] |
usb: storage: datafab: remove redundant assignment of variable result The variable result is being assigned with a value that is never read, the assignment is redundant and can be removed. Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Colin Ian King <colin.king@canonical.com> Addresses-Coverity: ("Unused value") Link: https://lore.kernel.org/r/20210420113818.378478-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>