aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorMarkus Elfring <[email protected]>2015-02-04 12:17:48 +0000
committerDavid S. Miller <[email protected]>2015-02-05 08:26:23 +0000
commitde7017625e8b642506b7e56574353cc9695ca357 (patch)
treef64df03a0c459ac421139fa7ef3e15b7b05d07f1 /drivers/net/xen-netback/interface.c
parentnet: fec: Delete unnecessary checks before the function call "kfree" (diff)
downloadkernel-de7017625e8b642506b7e56574353cc9695ca357.tar.gz
kernel-de7017625e8b642506b7e56574353cc9695ca357.zip
netxen: Delete an unnecessary check before the function call "kfree"
The kfree() 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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions