Files
linux/net
Colin Ian King 2a6d6c31f1 net/packet: remove redundant initialization of variable err
The variable err 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: David S. Miller <davem@davemloft.net>
2020-07-01 12:44:52 -07:00
..
2020-06-23 20:27:09 -07:00
2020-06-29 17:45:02 -07:00
2019-09-26 08:56:17 +02:00
2020-06-19 20:15:25 -07:00
2020-06-27 14:00:22 -07:00
2020-05-29 13:10:39 -07:00