From: Marek Lindner Date: Mon, 23 Apr 2012 08:32:55 +0000 (+0800) Subject: batman-adv: return added entries instead of number of possibly added entries X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=08ad76ecc9f7f02cbe6ccbaa4abc9e9f193ed0e4;p=linux-beck.git batman-adv: return added entries instead of number of possibly added entries Signed-off-by: Marek Lindner Acked-by: Antonio Quartulli Signed-off-by: Sven Eckelmann --- diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index ca53542e1e8e..f9675b7f5f99 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c @@ -319,7 +319,7 @@ int tt_changes_fill_buffer(struct bat_priv *bat_priv, } spin_unlock_bh(&bat_priv->tt_buff_lock); - return tot_changes; + return count; } int tt_local_seq_print_text(struct seq_file *seq, void *offset)