commit | 4788e613a65df19dbfc481473859c70b23eb5404 | [log] [tgz] |
---|---|---|
author | Kiran Gunda <kgunda@codeaurora.org> | Fri Jul 28 12:40:40 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 13:51:19 2017 +0200 |
tree | 0432d396e1add31321aa1d720dc913c28a453978 | |
parent | 325255bc9554504a2545284655d4fd8e74c06c22 [diff] |
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>