ipmi: Remove uses of return value of seq_printf
authorJoe Perches <joe@perches.com>
Tue, 17 Feb 2015 19:10:56 +0000 (11:10 -0800)
committerCorey Minyard <cminyard@mvista.com>
Fri, 20 Feb 2015 02:58:41 +0000 (20:58 -0600)
The seq_printf like functions will soon be changed to return void.

Convert these uses to check seq_has_overflowed instead.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/char/ipmi/ipmi_ssif.c

Simple merge
Simple merge
Simple merge