commit | 5dc30b400f3922b128eb6afc1de452fdafc89c44 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Oct 03 16:13:19 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Oct 20 18:40:27 2015 +0200 |
tree | 57c05361ac18b60bf3883667bf710d9639ef88cc | |
parent | aa1d512aa5fc1a0cde2203edee7e591f4e6eeefd [diff] |
sunxi: power: Drop protection against multiple calls from axp221 axp_init() 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 <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>