mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
isp1704_charger: Fix probe error path
We enable power, but don't disable it in case of an error. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
This commit is contained in:
parent
f7bae49aa1
commit
d2c0077c54
@ -470,6 +470,7 @@ fail0:
|
|||||||
|
|
||||||
dev_err(&pdev->dev, "failed to register isp1704 with error %d\n", ret);
|
dev_err(&pdev->dev, "failed to register isp1704 with error %d\n", ret);
|
||||||
|
|
||||||
|
isp1704_charger_set_power(isp, 0);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user