]> git.baikalelectronics.ru Git - kernel.git/commit
cris: remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Wed, 15 Apr 2015 23:18:08 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Apr 2015 23:35:25 +0000 (16:35 -0700)
commit299b3418abbfd9d6b052aca0fc8a8c1cc110801a
tree76f87bc2ebbd04c1998df5395e563208df1c40b3
parent536877b9d34c113ce6d5c0533cb7b6b2d406d99d
cris: 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 a6a2d94bb1fc ("seq_file: Rename seq_overflow() to
     seq_has_overflowed() and make public")

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/cris/arch-v10/kernel/setup.c
arch/cris/arch-v32/kernel/setup.c