batman-adv: Less checks in batadv_tvlv_unicast_send()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 15 Nov 2015 08:00:42 +0000 (09:00 +0100)
committerAntonio Quartulli <a@unstable.cc>
Sat, 9 Jan 2016 12:56:00 +0000 (20:56 +0800)
commit8bbb7cb2324d6a5fb7ccdc4ab0099dc18b91b690
treeb2b2a765d58740bd228057a541d0b35ec3fa1b6e
parentc799443ee13ef37221732839f1cca6f11c798b7a
batman-adv: Less checks in batadv_tvlv_unicast_send()

* Let us return directly if a call of the batadv_orig_hash_find() function
  returned a null pointer.

* Omit the initialisation for the variable "skb" at the beginning.

* Replace an assignment by a call of the kfree_skb() function
  and delete the affected variable "ret" then.

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/main.c