Re: [PATCH 13/27] drm: bridge: dw-hdmi: Remove unused field from dw_hdmi_plat_data

2020-05-26 Thread Neil Armstrong
On 26/05/2020 03:14, Laurent Pinchart wrote: > The input_bus_format field of struct dw_hdmi_plat_data is unused. Remove > it. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 5 + > include/drm/bridge/dw_hdmi.h | 1 - > 2 files changed, 1 i

[PATCH 13/27] drm: bridge: dw-hdmi: Remove unused field from dw_hdmi_plat_data

2020-05-25 Thread Laurent Pinchart
The input_bus_format field of struct dw_hdmi_plat_data is unused. Remove it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 5 + include/drm/bridge/dw_hdmi.h | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/bri