Re: [PATCH 07/27] ipmi: Remove use of seq_printf return value

2015-02-23 Thread Joe Perches
On Mon, 2015-02-23 at 15:50 -0800, Andrew Morton wrote: > On Sat, 21 Feb 2015 18:53:34 -0800 Joe Perches wrote: > > > The seq_printf return value, because it's frequently misused, > > will eventually be converted to void. > > > > See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to > >

Re: [PATCH 07/27] ipmi: Remove use of seq_printf return value

2015-02-23 Thread Andrew Morton
On Sat, 21 Feb 2015 18:53:34 -0800 Joe Perches wrote: > The seq_printf return value, because it's frequently misused, > will eventually be converted to void. > > See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to > seq_has_overflowed() and make public") 4.0-rc1 appears to have a

[PATCH 07/27] ipmi: Remove use of seq_printf return value

2015-02-21 Thread Joe Perches
The seq_printf return value, because it's frequently misused, will eventually be converted to void. See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to seq_has_overflowed() and make public") Signed-off-by: Joe Perches --- drivers/char/ipmi/ipmi_msghandler.c | 12 dri