kernel/drivers/video/fbdev/vermilion/vermilion.c
.. .. @@ -277,8 +277,10 @@ 277 277 278 278 mutex_unlock(&vml_mutex); 279 279 280 - if (pci_enable_device(par->gpu) < 0)280 + if (pci_enable_device(par->gpu) < 0) {281 + pci_dev_put(par->gpu);281 282 return -ENODEV; 283 + }282 284 283 285 return 0; 284 286 }