Re: [PATCH 39/48] drm: omapdrm: dsi: Store the struct device pointer in struct dsi_data

2017-10-17 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:35PM +0300, Laurent Pinchart wrote: > The dsi_data structure stores a pointer to a struct platform_device. The > driver only uses the dev member of the platform device structure. Store > the struct device pointer instead and use it directly. > > Signed-off-by: La

[PATCH 39/48] drm: omapdrm: dsi: Store the struct device pointer in struct dsi_data

2017-10-13 Thread Laurent Pinchart
The dsi_data structure stores a pointer to a struct platform_device. The driver only uses the dev member of the platform device structure. Store the struct device pointer instead and use it directly. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/dsi.c | 26 +