regulator: dbx500: Remove use of seq_puts/seq_printf return value
authorJoe Perches <joe@perches.com>
Sun, 22 Feb 2015 02:53:54 +0000 (18:53 -0800)
committerMark Brown <broonie@kernel.org>
Tue, 24 Feb 2015 08:16:14 +0000 (17:16 +0900)
commitaf78114ec757cea281aafa3433a3a2e211e2eb67
treeece82b261454ef38ef913992f39603c5349febfd
parentc517d838eb7d07bbe9507871fab3931deccff539
regulator: dbx500: Remove use of seq_puts/seq_printf return value

The seq_puts/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")

Miscellanea:

o Remove unnecessary dev_err("seq_<foo> overflow\n") messages

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/dbx500-prcmu.c