Re: [U-Boot] [PATCH 7/7] sunxi: power: Drop protection against multiple calls from axp221 axp_init()

2015-10-09 Thread Ian Campbell
On Sat, 2015-10-03 at 16:26 +0200, Hans de Goede wrote: > The only thing axp221.c's axp_init() does which needs protection > against multiple calls is calling pmic_bus_init, and pmic_bus_init() > itself is already protected against being called multiple times. > > Signed-off-by: Hans de Goede

[U-Boot] [PATCH 7/7] sunxi: power: Drop protection against multiple calls from axp221 axp_init()

2015-10-03 Thread Hans de Goede
The only thing axp221.c's axp_init() does which needs protection against multiple calls is calling pmic_bus_init, and pmic_bus_init() itself is already protected against being called multiple times. Signed-off-by: Hans de Goede --- drivers/power/axp221.c | 6 -- 1 file