WSL2-Linux-Kernel/drivers/net/xen-netback
Colin Ian King 587a712677 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>
2019-05-31 14:36:48 -07:00
..
Makefile
common.h
hash.c
interface.c xen-netback: remove redundant assignment to err 2019-05-31 14:36:48 -07:00
netback.c
rx.c
xenbus.c