Re: [PATCH 2/4] drm/edp-panel: Sort the panel entries

2023-12-05 Thread Doug Anderson
Hi, On Tue, Dec 5, 2023 at 4:36 AM Pin-yen Lin wrote: > > Move the order of CMN 0x14e5 to make the list sorted. > > Signed-off-by: Pin-yen Lin > --- > > drivers/gpu/drm/panel/panel-edp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pushed to drm-misc-next: 4900e0396e59 drm/edp-pane

[PATCH 2/4] drm/edp-panel: Sort the panel entries

2023-12-05 Thread Pin-yen Lin
Move the order of CMN 0x14e5 to make the list sorted. Signed-off-by: Pin-yen Lin --- drivers/gpu/drm/panel/panel-edp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c index 819fe8115c08..e0a18e17d3a2 1006