batman-adv: Remove uses of return value of seq_printf
authorJoe Perches <joe@perches.com>
Tue, 17 Feb 2015 01:31:39 +0000 (17:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:18:26 +0000 (15:18 -0500)
This function is soon going to return void so remove the
return value use.

Convert the return value to test seq_has_overflowed() instead.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Antonio Quartulli <antonio@meshcoding.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/gateway_client.c

Simple merge