]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f39a2b167fcae5221f907f775cde2746e18335e
tree62b3e88ad46b2ce407ce966b2223ad8eeda87a23
parent5f7ad2d3450c366e53790b4b9282c12395e6c85f
batman-adv: Remove uses of return value of seq_printf

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