Re: [PATCH v2 37/60] drm/omap: displays: Don't cast dssdev to panel data unnecessarily

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:55PM +0300, Laurent Pinchart wrote: > The connect handle of the analog TV and HDMI connectors casts the dssdev > to panel data only to then access fields of the panel data that are also > present in the dssdev. Remove the cast and use dssdev directly. > >

[PATCH v2 37/60] drm/omap: displays: Don't cast dssdev to panel data unnecessarily

2018-05-26 Thread Laurent Pinchart
The connect handle of the analog TV and HDMI connectors casts the dssdev to panel data only to then access fields of the panel data that are also present in the dssdev. Remove the cast and use dssdev directly. Signed-off-by: Laurent Pinchart ---