Re: [v5,03/10] drm/tests: hdmi: return meaningful value from set_connector_edid()

From: AngeloGioacchino Del Regno
Date: Mon Dec 09 2024 - 05:32:02 EST


Il 30/11/24 02:52, Dmitry Baryshkov ha scritto:
The set_connector_edid() function returns a bogus 0, performing the
check on the connector->funcs->fill_modes() result internally. Make the
function pass the fill_modes()'s return value to the caller and move
corresponding checks to the caller site.

Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>