Re: [PATCH 6/9] regulator: max8660: Add missing of_node_put

2014-02-17 Thread Mark Brown
On Mon, Feb 17, 2014 at 02:33:34PM +0530, Sachin Kamat wrote: > Add of_node_put to decrement the ref count. Applied, thanks. signature.asc Description: Digital signature

[PATCH 6/9] regulator: max8660: Add missing of_node_put

2014-02-17 Thread Sachin Kamat
Add of_node_put to decrement the ref count. Signed-off-by: Sachin Kamat --- drivers/regulator/max8660.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/max8660.c b/drivers/regulator/max8660.c index 70351abbd1e9..61ecd0892637 100644 --- a/drivers/regulator/max8660.c +++ b