aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorJianmin Lv <[email protected]>2022-10-22 15:59:53 +0800
committerMarc Zyngier <[email protected]>2022-11-26 13:05:38 +0000
commitc7c00138015975c8f0e268564249cc47d8de632c (patch)
tree20c42d71eecd5e24e11c8dbe57d625275cac58cf /lib/mpi/mpiutil.c
parentd0c50cc4b957b2cf6e43cec4998d212b5abe9220 (diff)
irqchip/loongson-pch-pic: Fix translate callback for DT path
In DT path of translate callback, if fwspec->param_count==1 and of_node is non-null, fwspec->param[1] will be accessed, which is introduced from previous commit bcdd75c596c8 (irqchip/loongson-pch-pic: Add ACPI init support). Before the patch, for non-null of_node, translate callback (use irq_domain_translate_twocell()) will return -EINVAL if fwspec->param_count < 2, so the check in the patch is added. Fixes: bcdd75c596c8 ("irqchip/loongson-pch-pic: Add ACPI init support") Signed-off-by: Jianmin Lv <[email protected]> Reviewed-by: Huacai Chen <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions