Files
linux/drivers/gpu/drm
Miaoqian Lin 69e026b083 drm/pl111: Fix error handling in pl111_amba_probe
commit 0ddd3bb4b1 upstream.

Jump to the existing dev_put label when devm_request_irq() fails
so drm_dev_put() and of_reserved_mem_device_release() run
instead of returning early and leaking resources.

Found via static analysis and code review.

Fixes: bed41005e6 ("drm/pl111: Initial drm/kms driver for pl111")
Cc: stable@vger.kernel.org
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20251211123345.2392065-1-linmq006@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-01-17 16:39:27 +01:00
..
2025-10-02 13:40:41 +02:00
2024-12-14 19:54:39 +01:00
2025-12-07 06:12:38 +09:00