V4L/DVB (12939): SAA7164: Removed a duplicate call to address any PCI quirks.
authorSteven Toth <stoth@kernellabs.com>
Wed, 12 Aug 2009 15:06:27 +0000 (12:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:15:07 +0000 (00:15 -0300)
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7164/saa7164-core.c

index da6dbe579624ad87ae6cb6b2b72ff15e4ac6ecbf..3753b52e0294e2f4568e32b1071dd41e8bfd0c46 100644 (file)
@@ -578,8 +578,6 @@ static int __devinit saa7164_initdev(struct pci_dev *pci_dev,
 
        pci_set_drvdata(pci_dev, dev);
 
-       saa7164_pci_quirks(dev);
-
        /* Init the internal command list */
        for (i = 0; i < SAA_CMD_MAX_MSG_UNITS; i++) {
                dev->cmds[i].seqno = i;