]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: arizona: Use num_core_supplies in arizona_dev_exit
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Mon, 2 Jun 2014 08:50:42 +0000 (09:50 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:04 +0000 (14:58 +0100)
commita7db6694ed514a7c4dc1b22153ff339938e13806
treecfef157f898cd38c9205ee7af94bfdfa1981b2b6
parentd481a533f1c76d14f9cbf0a3bddca285d7414ec2
mfd: arizona: Use num_core_supplies in arizona_dev_exit

Currently we call regulator_bulk_disable with
ARRAY_SIZE(arizona->core_supplies), however this array may be larger
than the number of supplies actually used by the chip we are dealing
with. Use the provided num_core_supplies member instead, so that we only
disable supplies which actually exist.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c