diff options
| author | Colin Ian King <colin.king@canonical.com> | 2020-04-25 14:28:14 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-04-27 21:14:07 +0300 |
| commit | 7d3118016787b5c05da94b3bcdb96c9d6ff82c44 (patch) | |
| tree | 312490d04516be1afb183076bad51491095ac51c /include/uapi | |
| parent | 3608a199749873edc992c74adf077c3a848121ad (diff) | |
| download | linux-7d3118016787b5c05da94b3bcdb96c9d6ff82c44.tar.xz | |
net: rtnetlink: remove redundant assignment to variable err
The variable err is being initializeed 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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions
