]> 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)
commit400f25bb2d0c19f9696565ba238acc49c6b1c994
tree76f87bc2ebbd04c1998df5395e563208df1c40b3
parentd40646e82e18a3744b778884bb4d8d2da2372c47
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 e0c402bb4a92 ("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