Re: [PATCH next] drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugs

2025-03-04 Thread Maxime Ripard
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

Re: [PATCH next] drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugs

2025-03-04 Thread Anusha Srivatsa
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

Re: [PATCH next] drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugs

2025-03-03 Thread Maxime Ripard
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

[PATCH next] drm/vc4: hdmi: Fix some NULL vs IS_ERR() bugs

2025-02-28 Thread Dan Carpenter
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 ++-