Re: [Freedreno] [PATCH v2 08/12] drm/msm/hdmi: drop empty 'none' regulator lists

2022-06-08 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-06-08 05:07:19) > Several platform configs use empty 'none' regulator arrays. They are not > necessary, as the code will use corresponding _cnt field and skip the > array completely. Drop them now. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd

[Freedreno] [PATCH v2 08/12] drm/msm/hdmi: drop empty 'none' regulator lists

2022-06-08 Thread Dmitry Baryshkov
Several platform configs use empty 'none' regulator arrays. They are not necessary, as the code will use corresponding _cnt field and skip the array completely. Drop them now. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi.c | 5 - 1 file changed, 5 deletions(-) diff