]> git.karo-electronics.de Git - linux-beck.git/commit
batman-adv: Delete an unnecessary check before the function call "batadv_softif_vlan_...
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 3 Nov 2015 18:20:34 +0000 (19:20 +0100)
committerAntonio Quartulli <a@unstable.cc>
Sat, 9 Jan 2016 12:56:00 +0000 (20:56 +0800)
commitf75a33aeed0776f52da05276c2ef98e16d680a6b
treec4123546f4f42975ca6ce3b6bee324117458a3fc
parent8bbb7cb2324d6a5fb7ccdc4ab0099dc18b91b690
batman-adv: Delete an unnecessary check before the function call "batadv_softif_vlan_free_ref"

The batadv_softif_vlan_free_ref() 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: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/translation-table.c