From: Charles Keepax Date: Mon, 2 Jun 2014 08:50:42 +0000 (+0100) Subject: mfd: arizona: Use num_core_supplies in arizona_dev_exit X-Git-Tag: omap-for-v3.17/fixes-against-rc2~129^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4420286e047e087f5879a1c652653808b32717db;p=pandora-kernel.git 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed