Tag: f75a33aeed0776f52da05276c2ef98e16d680a6b

batman-adv: Delete an unnecessary check before the function call “batadv_softif_vlan_free_ref”

Author: Markus Elfring <elfring@users.sourceforge.net> 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 Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli — net/batman-adv/translation-table.c | 3 +– 1 file changed, 1 insertion(+), 2 …

Continue reading