commit | af78114ec757cea281aafa3433a3a2e211e2eb67 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Feb 21 18:53:54 2015 -0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Feb 24 17:16:14 2015 +0900 |
tree | ece82b261454ef38ef913992f39603c5349febfd | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
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>