On Tue, Mar 04, 2025 at 10:22:29AM -0500, Anusha Srivatsa wrote:
> Thanks for the fix. I shall revisit the rest of my series.
>
> Reviewed-by: Anusha Srivatsa
It's already been applied
Maxime
signature.asc
Description: PGP signature
Thanks for the fix. I shall revisit the rest of my series.
Reviewed-by: Anusha Srivatsa
On Fri, Feb 28, 2025 at 4:38 AM Dan Carpenter
wrote:
> The devm_platform_ioremap_resource_byname() function doesn't return NULL,
> it returns error pointers. Update the checking to match.
>
> Fixes: b93f07
On Fri, 28 Feb 2025 12:38:17 +0300, Dan Carpenter wrote:
> The devm_platform_ioremap_resource_byname() function doesn't return NULL,
> it returns error pointers. Update the checking to match.
>
>
Applied to misc/kernel.git (drm-misc-next).
Thanks!
Maxime
The devm_platform_ioremap_resource_byname() function doesn't return NULL,
it returns error pointers. Update the checking to match.
Fixes: b93f07cf090a ("drm/vc4: move to devm_platform_ioremap_resource() usage")
Signed-off-by: Dan Carpenter
---
drivers/gpu/drm/vc4/vc4_hdmi.c | 28 ++-