regulator: act8865: set correct number of regulators in pdata
authorBeniamino Galvani <b.galvani@gmail.com>
Sat, 5 Jul 2014 13:20:53 +0000 (15:20 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 5 Aug 2014 17:02:52 +0000 (18:02 +0100)
commitbbb83f38a8b0702f1b333aef1e8a3aa14068cdc7
tree2ab588d9afa6b088528055c3fb9217dfd36c0a64
parent40d3bc19667337d4cbad0075d048261fcbe39117
regulator: act8865: set correct number of regulators in pdata

act8865_pdata_from_dt() populates the array pdata->regulators with all
the regulators and then assigns the field init_data only for the ones
actually found in the DT.

The patch changes the value assigned to pdata->num_regulators to match
the size of the array.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Tested-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/act8865-regulator.c