[PATCH 2/4] drm: qxl: Drop duplicated device pointer attribute
Emil Velikov
emil.l.velikov at gmail.com
Fri Jan 27 01:24:54 UTC 2017
On 27 January 2017 at 01:23, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 27 January 2017 at 01:05, Gabriel Krisman Bertazi
> <krisman at collabora.co.uk> 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 <krisman at collabora.co.uk>
>> ---
>> drivers/gpu/drm/qxl/qxl_drv.h | 1 -
>> drivers/gpu/drm/qxl/qxl_kms.c | 1 -
>> drivers/gpu/drm/qxl/qxl_object.c | 16 ++++++++--------
>> drivers/gpu/drm/qxl/qxl_object.h | 8 ++++----
>> 4 files changed, 12 insertions(+), 14 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/qxl/qxl_drv.h b/drivers/gpu/drm/qxl/qxl_drv.h
>> index 0d877fa61162..a022de205134 100644
>> --- a/drivers/gpu/drm/qxl/qxl_drv.h
>> +++ b/drivers/gpu/drm/qxl/qxl_drv.h
>> @@ -242,7 +242,6 @@ void qxl_debugfs_remove_files(struct qxl_device *qdev);
>> struct qxl_device;
>>
>> struct qxl_device {
>> - struct device *dev;
>> struct drm_device *ddev;
>> struct pci_dev *pdev;
> You can also drop pdev. It's in the same "boat" as dev.
>
... which you handled with 3/4. Pardon for the noise.
-Emil
More information about the dri-devel
mailing list