Re: [PATCH 2/4] drm: qxl: Drop duplicated device pointer attribute

2017-01-26 Thread Emil Velikov
On 27 January 2017 at 01:23, Emil Velikov wrote: > On 27 January 2017 at 01:05, Gabriel Krisman Bertazi > wrote: >> qxl_device duplicates a pointer to struct device, which is not needed >> since we already have it in the drm_device structure. Clean it up. >> >> Signed-off-by: Gabriel Krisman Ber

Re: [PATCH 2/4] drm: qxl: Drop duplicated device pointer attribute

2017-01-26 Thread Emil Velikov
On 27 January 2017 at 01:05, Gabriel Krisman Bertazi wrote: > qxl_device duplicates a pointer to struct device, which is not needed > since we already have it in the drm_device structure. Clean it up. > > Signed-off-by: Gabriel Krisman Bertazi > --- > drivers/gpu/drm/qxl/qxl_drv.h| 1 - >

[PATCH 2/4] drm: qxl: Drop duplicated device pointer attribute

2017-01-26 Thread Gabriel Krisman Bertazi
qxl_device duplicates a pointer to struct device, which is not needed since we already have it in the drm_device structure. Clean it up. Signed-off-by: Gabriel Krisman Bertazi --- drivers/gpu/drm/qxl/qxl_drv.h| 1 - drivers/gpu/drm/qxl/qxl_kms.c| 1 - drivers/gpu/drm/qxl/qxl_object.c