aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/translation-table.c2
1 files changed, 1 insertions, 1 deletions
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,
319 } 319 }
320 spin_unlock_bh(&bat_priv->tt_buff_lock); 320 spin_unlock_bh(&bat_priv->tt_buff_lock);
321 321
322 return tot_changes; 322 return count;
323} 323}
324 324
325int tt_local_seq_print_text(struct seq_file *seq, void *offset) 325int tt_local_seq_print_text(struct seq_file *seq, void *offset)