Re: [PATCH v2] drm/bridge: nxp-ptn3460: switch to ->edid_read callback

2024-01-09 Thread Jani Nikula
On Tue, 09 Jan 2024, Jani Nikula wrote: > Prefer using the struct drm_edid based callback and functions. > > v2: Fix -Wsometimes-uninitialized (kernel test robot) > > Signed-off-by: Jani Nikula I fumbled and sent the v2 in reply to the wrong patch, and it'll probably confuse all the build bots o

[PATCH v2] drm/bridge: nxp-ptn3460: switch to ->edid_read callback

2024-01-09 Thread Jani Nikula
Prefer using the struct drm_edid based callback and functions. v2: Fix -Wsometimes-uninitialized (kernel test robot) Signed-off-by: Jani Nikula --- drivers/gpu/drm/bridge/nxp-ptn3460.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/b

[PATCH v2] drm/bridge: nxp-ptn3460: switch to ->edid_read callback

2024-01-09 Thread Jani Nikula
Prefer using the struct drm_edid based callback and functions. v2: Fix -Wsometimes-uninitialized (kernel test robot) Signed-off-by: Jani Nikula --- drivers/gpu/drm/bridge/nxp-ptn3460.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/b