Re: [PATCH 1/3] ASoC: wm0010: disable regulator on error

2015-09-18 Thread Charles Keepax
On Fri, Sep 18, 2015 at 06:12:05PM +0530, Sudip Mukherjee wrote: > On Fri, Sep 18, 2015 at 12:34:12PM +0100, Charles Keepax wrote: > > On Fri, Sep 18, 2015 at 04:02:19PM +0530, Sudip Mukherjee wrote: > > > We have done regulator_bulk_enable() while booting the DSP but on the > > > error exit path w

Re: [PATCH 1/3] ASoC: wm0010: disable regulator on error

2015-09-18 Thread Sudip Mukherjee
On Fri, Sep 18, 2015 at 12:34:12PM +0100, Charles Keepax wrote: > On Fri, Sep 18, 2015 at 04:02:19PM +0530, Sudip Mukherjee wrote: > > We have done regulator_bulk_enable() while booting the DSP but on the > > error exit path we have not disbled it. > > > > Signed-off-by: Sudip Mukherjee > > --- >

Re: [PATCH 1/3] ASoC: wm0010: disable regulator on error

2015-09-18 Thread Charles Keepax
On Fri, Sep 18, 2015 at 04:02:19PM +0530, Sudip Mukherjee wrote: > We have done regulator_bulk_enable() while booting the DSP but on the > error exit path we have not disbled it. > > Signed-off-by: Sudip Mukherjee > --- > sound/soc/codecs/wm0010.c | 2 -- > 1 file changed, 2 deletions(-) > > di

[PATCH 1/3] ASoC: wm0010: disable regulator on error

2015-09-18 Thread Sudip Mukherjee
We have done regulator_bulk_enable() while booting the DSP but on the error exit path we have not disbled it. Signed-off-by: Sudip Mukherjee --- sound/soc/codecs/wm0010.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c index 8434d45..79a