]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nios2: cpuinfo: remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Tue, 7 Apr 2015 23:44:59 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:59 +0000 (09:44 +1000)
commitffb3f75c18400a128759b858720a52df0371165a
treea4108d6861d61c962eb1a762c94dc7fc4467e817
parent7d81b78bb2f86f9022481fbc90f89aa00b2a97b0
nios2: cpuinfo: remove use of seq_printf return value

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 <joe@perches.com>
Cc: Ley Foon Tan <lftan@altera.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/nios2/kernel/cpuinfo.c