Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08ad76ec authored by Marek Lindner's avatar Marek Lindner Committed by Antonio Quartulli
Browse files

batman-adv: return added entries instead of number of possibly added entries

parent d8cb5486
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)