aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-08-12 12:06:27 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:15:07 -0300
commit068ed40b8fc14cd3d16b5cf2db59ecd735a68ca8 (patch)
tree49e4ca4778851e24e5aaebff7095f98541ba3f43 /drivers
parentbbf504c37ddced9957fa65aac9a213f322871b07 (diff)
V4L/DVB (12939): SAA7164: Removed a duplicate call to address any PCI quirks.
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/saa7164/saa7164-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/saa7164/saa7164-core.c b/drivers/media/video/saa7164/saa7164-core.c
index da6dbe57962..3753b52e029 100644
--- a/drivers/media/video/saa7164/saa7164-core.c
+++ b/drivers/media/video/saa7164/saa7164-core.c
@@ -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;