[PATCH] dvb: flexcop: fix module refcount handling
[pandora-kernel.git] / drivers / media / dvb / b2c2 / flexcop-pci.c
index 7895209..ed717c0 100644 (file)
@@ -309,6 +309,7 @@ static int flexcop_pci_probe(struct pci_dev *pdev, const struct pci_device_id *e
        fc->bus_type = FC_PCI;
 
        fc->dev = &pdev->dev;
+       fc->owner = THIS_MODULE;
 
 /* bus specific part */
        fc_pci->pdev = pdev;