Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lp8727_charger: Unregister power supply at error path of lp8727_regis…
…ter_psy if usb power supply registration fails, we wont unregister the ac power supply if battery power supply registration fails, we wont unregister the usb, and ac supply, take care of those things and also no need of goto -err_mem: at the fail case of kzalloc simply can have return -ENOMEM Signed-off-by: Devendra Naga <develkernel412222@gmail.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
- Loading branch information