Re: [PATCH] drm/vc4: platform_get_irq_byname() returns an int

From: Maíra Canal

Date: Thu Mar 05 2026 - 19:10:51 EST



On Mon, 23 Feb 2026 16:53:39 +0100, Greg Kroah-Hartman wrote:
> platform_get_irq_byname() will return a negative value if an error
> happens, so it should be checked and not just passed directly into
> devm_request_threaded_irq() hoping all will be ok.
>
>

Applied after adding a blank line after declaration (checkpatch warning), thanks!

[1/1] drm/vc4: platform_get_irq_byname() returns an int
commit: e597a809a2b97e927060ba182f58eb3e6101bc70

Best regards,
- Maíra