diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-10-13 17:51:42 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-15 11:02:36 +0100 |
commit | bacc8daf97d4199316328a5d18eeafbe447143c5 (patch) | |
tree | b118e57f07eaee3940535ed246c7af95f8fd0c72 /ipc/msg.c | |
parent | d00e60ee54b12de945b8493cf18c1ada9e422514 (diff) |
xen-netback: Remove redundant initialization of variable err
The variable err is being initialized with a value that is never read, it
is being updated immediately afterwards. The assignment 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 'ipc/msg.c')
0 files changed, 0 insertions, 0 deletions