Il 30/11/24 02:52, Dmitry Baryshkov ha scritto:
If the connector->modes list is empty, then list_first_entry() returns a bogus entry. Change that to use list_first_entry_or_null().Reviewed-by: Maxime Ripard <mrip...@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delre...@collabora.com>