]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Remove unnecessary check for orig_ifinfo not NULL
authorSven Eckelmann <sven@narfation.org>
Sun, 1 Mar 2015 15:56:26 +0000 (16:56 +0100)
committerAntonio Quartulli <antonio@meshcoding.com>
Wed, 3 Jun 2015 13:57:23 +0000 (15:57 +0200)
commit4f7c39ecda1d66ba665f03d2e76fafdf44d77469
tree78acbd82574a1e8aea249962b2ff39696b9e8561
parentc3bbbd0bcfbe026fe42132f606b65e94e7ae1d72
batman-adv: Remove unnecessary check for orig_ifinfo not NULL

orig_ifinfo is dereferenced multiple times in batadv_iv_ogm_update_seqnos
before the check for NULL is done. The function also exists at the
beginning when orig_ifinfo would have been NULL. This makes the check at
the end unnecessary and only confuses the reader/code analyzers.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
net/batman-adv/bat_iv_ogm.c