]> git.baikalelectronics.ru Git - kernel.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)
commit10d4dc54ede27d9d1d21e3c82cea19877a088023
treec4123546f4f42975ca6ce3b6bee324117458a3fc
parentaf0a2ce6e969856ba0295eb7f9ed6ab380fd176d
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