drm: qxl: Drop device flags attribute

There are no device specific flags that we need to keep track of here.
Let it vanish.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170227204328.18761-2-krisman@collabora.co.uk
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gabriel Krisman Bertazi
2017-02-27 17:43:15 -03:00
committed by Gerd Hoffmann
parent b982dab1e6
commit aa5b62bac0
3 changed files with 3 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ qxl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
if (ret)
goto free_dev;
ret = qxl_device_init(qdev, &qxl_driver, pdev, ent->driver_data);
ret = qxl_device_init(qdev, &qxl_driver, pdev);
if (ret)
goto disable_pci;