diff options
-rw-r--r-- | drivers/video/vermilion/vermilion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/vermilion/vermilion.c b/drivers/video/vermilion/vermilion.c index 09a136633f35..048a66640b03 100644 --- a/drivers/video/vermilion/vermilion.c +++ b/drivers/video/vermilion/vermilion.c | |||
@@ -383,7 +383,6 @@ static void vmlfb_disable_mmio(struct vml_par *par) | |||
383 | static void vmlfb_release_devices(struct vml_par *par) | 383 | static void vmlfb_release_devices(struct vml_par *par) |
384 | { | 384 | { |
385 | if (atomic_dec_and_test(&par->refcount)) { | 385 | if (atomic_dec_and_test(&par->refcount)) { |
386 | pci_set_drvdata(par->vdc, NULL); | ||
387 | pci_disable_device(par->gpu); | 386 | pci_disable_device(par->gpu); |
388 | pci_disable_device(par->vdc); | 387 | pci_disable_device(par->vdc); |
389 | } | 388 | } |