diff options
author | 2020-06-11 16:31:08 +0100 | |
---|---|---|
committer | 2020-07-10 14:50:51 +0200 | |
commit | 877589350269e188cc19563745fd0f6dac14561b (patch) | |
tree | 747050088e8ce9612990ee397bf24847a3219cba /tools/perf/scripts/python/export-to-postgresql.py | |
parent | char: raw: do not leak CONFIG_MAX_RAW_DEVS to userspace (diff) | |
download | wireguard-linux-877589350269e188cc19563745fd0f6dac14561b.tar.xz wireguard-linux-877589350269e188cc19563745fd0f6dac14561b.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions