Re: [PATCH V1 05/12] spmi: pmic-arb: fix memory allocation for mapping_table

From: kgunda
Date: Fri Jul 28 2017 - 01:33:02 EST


On 2017-07-28 05:19, Stephen Boyd wrote:
On 07/20, Kiran Gunda wrote:
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.

Signed-off-by: Kiran Gunda <kgunda@xxxxxxxxxxxxxx>

This needs a

Fixes: 987a9f128b8a ("spmi: pmic-arb: Support more than 128 peripherals")

right?
Yes. I will keep the tag and send it again.