diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-01-07 20:11:07 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-02-24 18:26:14 +0300 |
commit | ef45b77b62ef9b4842e25c5b850023e4211c0b1e (patch) | |
tree | 37709ce0b63d929a09180548f2351275f1bd4d5e /kernel/utsname_sysctl.c | |
parent | f52981019ad8d6718de79b425a574c6bddf81f7c (diff) | |
download | linux-ef45b77b62ef9b4842e25c5b850023e4211c0b1e.tar.xz |
media: drxj: remove redundant assignments to variable rc
The variable rc 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>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'kernel/utsname_sysctl.c')
0 files changed, 0 insertions, 0 deletions