diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-11-15 10:04:43 +0300 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-01-09 15:56:00 +0300 |
commit | c799443ee13ef37221732839f1cca6f11c798b7a (patch) | |
tree | f4e271b61ae47e0b9ba8d238abcd5e57d300eb22 /net/mac80211/tdls.c | |
parent | d737ccbed3e62dd45d631cf69183de005144d05b (diff) | |
download | linux-c799443ee13ef37221732839f1cca6f11c798b7a.tar.xz |
batman-adv: Delete unnecessary checks 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 calls is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Diffstat (limited to 'net/mac80211/tdls.c')
0 files changed, 0 insertions, 0 deletions