aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <[email protected]>2023-05-10 18:33:42 +0200
committerMarc Zyngier <[email protected]>2023-06-17 07:54:48 +0100
commit4848229494a323eeaab62eee5574ef9f7de80374 (patch)
treeb8062085ece88d8b61af78e8d9d0c0a3f89b0df8 /drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
parent48f31e496488a25f443c0df52464da446fb1d10c (diff)
irqchip/jcore-aic: Fix missing allocation of IRQ descriptors
The initialization function for the J-Core AIC aic_irq_of_init() is currently missing the call to irq_alloc_descs() which allocates and initializes all the IRQ descriptors. Add missing function call and return the error code from irq_alloc_descs() in case the allocation fails. Fixes: 981b58f66cfc ("irqchip/jcore-aic: Add J-Core AIC driver") Signed-off-by: John Paul Adrian Glaubitz <[email protected]> Tested-by: Rob Landley <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c')
0 files changed, 0 insertions, 0 deletions