WSL2-Linux-Kernel/net/mac802154
Markus Elfring 56f9ebe641 mac802154: Delete an unnecessary check before the function call "kfree_skb"
The kfree_skb() 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>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-11-19 17:50:32 +01:00
..
Kconfig
Makefile
cfg.c nl802154: add support for security layer 2015-09-30 13:16:44 +02:00
cfg.h
driver-ops.h
ieee802154_i.h
iface.c ieee802154: change mtu size behaviour 2015-09-30 13:21:32 +02:00
llsec.c mac802154: llsec: use kzfree 2015-10-21 00:49:24 +02:00
llsec.h
mac_cmd.c
main.c
mib.c
rx.c mac802154: Delete an unnecessary check before the function call "kfree_skb" 2015-11-19 17:50:32 +01:00
trace.c
trace.h
tx.c ieee802154: change mtu size behaviour 2015-09-30 13:21:32 +02:00
util.c