Re: [PATCH 02/48] drm: omapdrm: Pass drm_device to omap_gem_resume()

2017-10-15 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:58:58PM +0300, Laurent Pinchart wrote: > The omap_gem_resume() function is internal to the driver. Pass it a > drm_device pointer that the caller already has instead of looking it up > from device data. > > Signed-off-by: Laurent Pinchart

[PATCH 02/48] drm: omapdrm: Pass drm_device to omap_gem_resume()

2017-10-13 Thread Laurent Pinchart
The omap_gem_resume() function is internal to the driver. Pass it a drm_device pointer that the caller already has instead of looking it up from device data. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.c | 2 +-