regmap: debugfs: Don't bother actually printing when calculating max length
authorMark Brown <broonie@kernel.org>
Sat, 19 Sep 2015 14:12:34 +0000 (07:12 -0700)
committerMark Brown <broonie@kernel.org>
Sat, 19 Sep 2015 14:38:12 +0000 (07:38 -0700)
commit176fc2d5770a0990eebff903ba680d2edd32e718
treea1943810cc6c42cc406214865a0c01685842a8fa
parentb763ec17ac762470eec5be8ebcc43e4f8b2c2b82
regmap: debugfs: Don't bother actually printing when calculating max length

The in kernel snprintf() will conveniently return the actual length of
the printed string even if not given an output beffer at all so just do
that rather than relying on the user to pass in a suitable buffer,
ensuring that we don't need to worry if the buffer was truncated due to
the size of the buffer passed in.

Reported-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
drivers/base/regmap/regmap-debugfs.c