diff options
author | Simon Wunderlich <siwu@hrz.tu-chemnitz.de> | 2010-12-29 19:15:19 +0300 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2011-01-31 16:57:09 +0300 |
commit | 74ef115359f5beb565baddfb250f264d9177c108 (patch) | |
tree | aec2314d58563f49438aee5eeeb94531d1815c15 /net/batman-adv/originator.c | |
parent | ae361ce19fa135035c6b83ac1f07090b72fd4b8f (diff) | |
download | linux-74ef115359f5beb565baddfb250f264d9177c108.tar.xz |
batman-adv: remove unused parameters
Some function parameters are obsolete now and can be removed.
Reported-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/originator.c')
-rw-r--r-- | net/batman-adv/originator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/originator.c b/net/batman-adv/originator.c index 6b7fb6b7e6f9..3c5c88926b36 100644 --- a/net/batman-adv/originator.c +++ b/net/batman-adv/originator.c @@ -247,7 +247,7 @@ static bool purge_orig_node(struct bat_priv *bat_priv, orig_node->hna_buff_len); /* update bonding candidates, we could have lost * some candidates. */ - update_bonding_candidates(bat_priv, orig_node); + update_bonding_candidates(orig_node); } } |