mfd: ab8500-debugfs: Remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Sun, 22 Feb 2015 02:53:43 +0000 (18:53 -0800)
committerLee Jones <lee.jones@linaro.org>
Thu, 12 Mar 2015 09:07:03 +0000 (09:07 +0000)
commit9a503a7d9ce0eafd4c9c4a73b9c45a53a4ed2314
treec6b640b02ea39f399dc4b8c327a997d1272b744c
parent23a2a22a3f3f17de094f386a893f7047c10e44a0
mfd: ab8500-debugfs: 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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ab8500-debugfs.c