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)
commitd6c5dc18d863338528f4e89e8dba9449c6e30f4e
treeb7e26b14ec02a2de0363d96d3f527903a8d8eece
parent2d06a0c9b3756404e141cafcd62b29ce05238007
ipmi: Remove uses of return value of seq_printf

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