Re: [PATCH 11/27] microblaze: mb: Remove use of seq_printf return value

2015-02-23 Thread Michal Simek
Hi Joe, On 02/22/2015 03:53 AM, 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") > > Signed-off-by: Joe Perche

[PATCH 11/27] microblaze: mb: 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 --- arch/microblaze/kernel/cpu/mb.c | 149