[PATCH 05/27] x86: mtrr: if: 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/x86/kernel/cpu/mtrr/if.c | 12 +--- 1 file

[PATCH 05/27] x86: mtrr: if: 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 j...@perches.com --- arch/x86/kernel/cpu/mtrr/if.c | 12