commit | 1336d4221dee528b5a0e92d2b1322790c4df1b53 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Apr 15 16:18:08 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 15 16:35:25 2015 -0700 |
tree | 76f87bc2ebbd04c1998df5395e563208df1c40b3 | |
parent | 58a1aa7c83f4ee73d96efd50c4c16ebbeb64622e [diff] |
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 1f33c41c03da ("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>