Re: [PATCH 7/8] drm/bridge: lt9611uxc: use int for holding number of modes

2024-03-11 Thread Dmitry Baryshkov
On Fri, 8 Mar 2024 at 18:04, Jani Nikula wrote: > > lt9611uxc_connector_get_modes() propagates the return value of > drm_edid_connector_add_modes() but stores the int temporarily in an > unsigned int. Use the correct type. > > Cc: Andrzej Hajda > Cc: Neil Armstrong > Cc: Robert Foss > Signed-of

Re: [PATCH 7/8] drm/bridge: lt9611uxc: use int for holding number of modes

2024-03-11 Thread Neil Armstrong
On 08/03/2024 17:03, Jani Nikula wrote: lt9611uxc_connector_get_modes() propagates the return value of drm_edid_connector_add_modes() but stores the int temporarily in an unsigned int. Use the correct type. Cc: Andrzej Hajda Cc: Neil Armstrong Cc: Robert Foss Signed-off-by: Jani Nikula ---

[PATCH 7/8] drm/bridge: lt9611uxc: use int for holding number of modes

2024-03-08 Thread Jani Nikula
lt9611uxc_connector_get_modes() propagates the return value of drm_edid_connector_add_modes() but stores the int temporarily in an unsigned int. Use the correct type. Cc: Andrzej Hajda Cc: Neil Armstrong Cc: Robert Foss Signed-off-by: Jani Nikula --- drivers/gpu/drm/bridge/lontium-lt9611uxc.c