From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 09 Oct 2015 09:36:34 +0100 Subject: [U-Boot] [PATCH 7/7] sunxi: power: Drop protection against multiple calls from axp221 axp_init() In-Reply-To: <1443882383-21181-7-git-send-email-hdegoede@redhat.com> References: <1443882383-21181-1-git-send-email-hdegoede@redhat.com> <1443882383-21181-7-git-send-email-hdegoede@redhat.com> Message-ID: <1444379794.1410.284.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Acked-by: Ian Campbell