regulator: core: fix constraints output buffer
authorStefan Wahren <stefan.wahren@i2se.com>
Tue, 9 Jun 2015 20:09:42 +0000 (20:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Aug 2015 16:29:41 +0000 (09:29 -0700)
commitbd5bf922932d344cc602998a6abae4492fed82cd
treeb29c709dd153364dfacfb3717dcb97f2a6bfae27
parentc9f4682139e837bb46eb0e19a0a728c573cc2ab4
regulator: core: fix constraints output buffer

commit a7068e3932eee8268c4ce4e080a338ee7b8a27bf upstream.

The buffer for condtraints debug isn't big enough to hold the output
in all cases. So fix this issue by increasing the buffer.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/regulator/core.c