Re: [PATCH 07/48] drm: omapdrm: dpi: Remove dpi_data port_initialized field

2017-10-15 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:03PM +0300, Laurent Pinchart wrote: > The dpi_data structure port_initialized field is used to check in the > cleanup path whether the DPI has been initialized. This can be performed > through the associated device_node data field instead. Remove the > port_initia

[PATCH 07/48] drm: omapdrm: dpi: Remove dpi_data port_initialized field

2017-10-13 Thread Laurent Pinchart
The dpi_data structure port_initialized field is used to check in the cleanup path whether the DPI has been initialized. This can be performed through the associated device_node data field instead. Remove the port_initialized field. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss