Re: [PATCH 1/4] regulator: s2mps11: Move DTS parsing code to separate function

2014-04-14 Thread Mark Brown
On Mon, Apr 14, 2014 at 10:09:06AM +0200, Krzysztof Kozlowski wrote: > Refactor code for parsing DTS to increase a little code readability. The > behaviour should not change. Applied, thanks. signature.asc Description: Digital signature

[PATCH 1/4] regulator: s2mps11: Move DTS parsing code to separate function

2014-04-14 Thread Krzysztof Kozlowski
Refactor code for parsing DTS to increase a little code readability. The behaviour should not change. Signed-off-by: Krzysztof Kozlowski --- drivers/regulator/s2mps11.c | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/drivers/regulator/s2m