Re: [PATCH] power: isp1704: fix probe error path

2012-03-13 Thread Anton Vorontsov
On Wed, Feb 01, 2012 at 03:03:47AM +0200, Felipe Contreras wrote: > We enable power, but don't disable it in case of an error. > > Signed-off-by: Felipe Contreras > --- Applied, thanks! -- Anton Vorontsov Email: cbouatmai...@gmail.com -- To unsubscribe from this list: send the line "unsubscrib

[PATCH] power: isp1704: fix probe error path

2012-01-31 Thread Felipe Contreras
We enable power, but don't disable it in case of an error. Signed-off-by: Felipe Contreras --- drivers/power/isp1704_charger.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/power/isp1704_charger.c b/drivers/power/isp1704_charger.c index b806667..cce6211 100644