On Fri, 22 Nov 2024 11:12:57 +0200, Dmitry Baryshkov wrote: > If the connector->modes list is empty, then list_first_entry() returns a > bogus entry. Change that to use list_first_entry_or_null(). > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx> Thanks! Maxime