diff options
author | Jianmin Lv <[email protected]> | 2023-04-07 16:34:50 +0800 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2023-04-08 11:29:18 +0100 |
commit | 64cc451e45e146b2140211b4f45f278b93b24ac0 (patch) | |
tree | 9581a125fa2768fc3e7b4aeb1dc4b78349a460e0 /lib/crypto/mpi/mpiutil.c | |
parent | 112eaa8fec5ea75f1be003ec55760b09a86799f8 (diff) |
irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent
In eiointc_acpi_init(), a *eiointc* node is passed into
acpi_get_vec_parent() instead of a required *NUMA* node (on some chip
like 3C5000L, a *NUMA* node means a *eiointc* node, but on some chip
like 3C5000, a *NUMA* node contains 4 *eiointc* nodes), and node in
struct acpi_vector_group is essentially a *NUMA* node, which will
lead to no parent matched for passed *eiointc* node. so the patch
adjusts code to use *NUMA* node for parameter node of
acpi_set_vec_parent/acpi_get_vec_parent.
Cc: [email protected]
Signed-off-by: Jianmin Lv <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions