commit | 8467c3b456b57fcb4b3179c34c20cbc9c88956c5 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Aug 18 19:46:49 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 05:48:06 2019 -0700 |
tree | a3b21e46a54786982a9600a5eee96193050189bb | |
parent | 1327d35ac3c187b3c1ae650d90400f8fe5e41b94 [diff] |
staging: rts5208: remove redundant assignment to retval Variable retval is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20190818184649.13828-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>