Searched hist:"01 f6b5c76a68e294e90a040c651adb90126e802d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A D | fragmentation.c | diff 01f6b5c76a68e294e90a040c651adb90126e802d Wed Aug 26 03:31:50 CDT 2015 Sven Eckelmann <sven@narfation.org> batman-adv: Use chain pointer when purging fragments
The chain pointer was already created in batadv_frag_purge_orig to make the checks more readable. Just use the chain pointer everywhere instead of having the same dereference + array access in the most lines of this function.
Signed-off-by: Sven Eckelmann <sven@narfation.org> Acked-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
|