Re: [PATCH 37/48] drm: omapdrm: dsi: Combine two commonly used inline functions

2017-10-17 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:33PM +0300, Laurent Pinchart wrote: > The dsi_get_dsidrv_data() and dsi_get_dsidev_from_dssdev() inline > functions convert a struct omap_dss_device pointer to the corresponding > struct platform_device, and a struct platform_device pointer to the > corresponding

[PATCH 37/48] drm: omapdrm: dsi: Combine two commonly used inline functions

2017-10-13 Thread Laurent Pinchart
The dsi_get_dsidrv_data() and dsi_get_dsidev_from_dssdev() inline functions convert a struct omap_dss_device pointer to the corresponding struct platform_device, and a struct platform_device pointer to the corresponding struct dsi_data. They are nearly always called together without any use of the