diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-10-08 00:41:53 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-10-13 09:21:09 +0300 |
commit | 3e4beec5e67935cd201d1eb7e72b5d34b188ba0f (patch) | |
tree | e4acbf08561103e066ed338cf3bc4c522c270ab0 /tools/debugging | |
parent | 51fd5c6417b9517b23aa655649a57ca90948b06f (diff) | |
download | linux-3e4beec5e67935cd201d1eb7e72b5d34b188ba0f.tar.bz2 |
mt7601u: Remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read,
it is assigned later on with a different value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211007234153.31222-1-colin.king@canonical.com
Diffstat (limited to 'tools/debugging')
0 files changed, 0 insertions, 0 deletions