linux/drivers/net/ipvlan
Markus Elfring 04901cea21 net-ipvlan: Deletion of an unnecessary check before the function call "free_percpu"
The free_percpu() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-05 21:14:20 -08:00
..
ipvlan.h ipvlan: ipvlan depends on INET and IPV6 2014-11-29 20:53:05 -08:00
ipvlan_core.c
ipvlan_main.c net-ipvlan: Deletion of an unnecessary check before the function call "free_percpu" 2014-12-05 21:14:20 -08:00
Makefile