Re: [PATCH] regulator: core: fix constraints output buffer

2015-06-09 Thread Stefan Wahren
> Mark Brown hat am 10. Juni 2015 um 01:22 geschrieben: > > > On Tue, Jun 09, 2015 at 08:09:42PM +, Stefan Wahren wrote: > > The buffer for condtraints debug isn't big enough to hold the output > > in all cases. So fix this issue by increasing the buffer. > > Applied, thanks. Will you send a

Re: [PATCH] regulator: core: fix constraints output buffer

2015-06-09 Thread Mark Brown
On Tue, Jun 09, 2015 at 08:09:42PM +, Stefan Wahren wrote: > The buffer for condtraints debug isn't big enough to hold the output > in all cases. So fix this issue by increasing the buffer. Applied, thanks. Will you send a rebased version of the scnprintf() patch as well? signature.asc Desc

[PATCH] regulator: core: fix constraints output buffer

2015-06-09 Thread Stefan Wahren
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 CC: --- drivers/regulator/core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/core.c b/drivers/