Re: [PATCH] regulator: tps6586x: (cosmetic) simplify a conditional

2013-02-28 Thread Mark Brown
On Mon, Feb 25, 2013 at 12:34:09PM +0100, Guennadi Liakhovetski wrote: > of_node_put() is called on either branch of a conditional, simplify the > code by only calling it once. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: tps6586x: (cosmetic) simplify a conditional

2013-02-25 Thread Guennadi Liakhovetski
of_node_put() is called on either branch of a conditional, simplify the code by only calling it once. Signed-off-by: Guennadi Liakhovetski --- drivers/regulator/tps6586x-regulator.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/tps6586x-regulator.c