OSDN Git Service

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>
Tue, 21 Jul 2015 17:10:13 +0000 (10:10 -0700)
commite495fecb2b5e45a8e5d5ca49238e4b59977e8ec9
tree5e3ef68887e2f2bb543ad06a312e304a838c56a9
parent90562490995b74c370a2152ba571229e9c8666ea
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