commit | 877589350269e188cc19563745fd0f6dac14561b | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 11 16:31:08 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 10 14:50:51 2020 +0200 |
tree | 747050088e8ce9612990ee397bf24847a3219cba | |
parent | 04aaca197f16aff608e19ee98b1e55f535d746be [diff] |
ttyprintk: 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> Link: https://lore.kernel.org/r/20200611153108.927614-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>