spmi: pmic-arb: fix memory allocation for mapping_table
authorKiran Gunda <kgunda@codeaurora.org>
Fri, 28 Jul 2017 07:10:40 +0000 (12:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 11:51:19 +0000 (13:51 +0200)
commit4788e613a65df19dbfc481473859c70b23eb5404
tree0432d396e1add31321aa1d720dc913c28a453978
parent325255bc9554504a2545284655d4fd8e74c06c22
spmi: pmic-arb: fix memory allocation for mapping_table

Allocate the correct memory size (max_pmic_peripherals) for the
mapping_table that holds the apid to ppid mapping. Also use a local
variable for mapping_table for better alignment of the code.

Fixes: 987a9f128b8a ("spmi: pmic-arb: Support more than 128 peripherals")
Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spmi/spmi-pmic-arb.c