From: Joe Perches Date: Wed, 15 Apr 2015 23:18:02 +0000 (-0700) Subject: ARM: plat-pxa: remove use of seq_printf return value X-Git-Tag: omap-for-v4.1/fixes-rc1~128^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2b2937c6ae7f8d562d7e08e06da70e778d0323;p=pandora-kernel.git ARM: plat-pxa: remove use of seq_printf return value The seq_printf return value, because it's frequently misused, (as it is here, it doesn't return # of chars emitted) 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 Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed