commit | 587a7126779b32a6c8983ae567d987c1a0c7a5dc | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu May 30 20:04:38 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri May 31 14:36:48 2019 -0700 |
tree | 12ce56a0c2f2cc850fb677aa66f656f5650cab30 | |
parent | 6f43e5252833f346be429e9cf6946fb8a1977d73 [diff] |
xen-netback: remove redundant assignment to err The variable err is assigned with the value -ENOMEM that is never read and it is re-assigned a new value later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>