Re: [PATCH 21/29] drm/omap: Remove src field from omap_dss_device structure

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:14PM +0200, Laurent Pinchart wrote: > The field is only used to check whether the device is connected, and we > can do so by checking the dss field instead. Remove the src field. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by: Sebastian Reichel --

[PATCH 21/29] drm/omap: Remove src field from omap_dss_device structure

2018-12-05 Thread Laurent Pinchart
The field is only used to check whether the device is connected, and we can do so by checking the dss field instead. Remove the src field. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/base.c| 14 +- drivers/gpu/drm/omapdrm/dss/omapdss.h | 1 - 2 files