summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-08-12 11:06:27 -0400
committerSteven Toth <stoth@kernellabs.com>2009-08-12 11:06:27 -0400
commit3bd8828857b7afd88d61b5c1082ef06a0993550b (patch)
treed15043974c3294895e894a389bbde76103cfd982 /linux/drivers/media
parent91f126526d556b2cc57c002ec784a0f6dfa719ad (diff)
downloadmediapointer-dvb-s2-3bd8828857b7afd88d61b5c1082ef06a0993550b.tar.gz
mediapointer-dvb-s2-3bd8828857b7afd88d61b5c1082ef06a0993550b.tar.bz2
SAA7164: Removed a duplicate call to address any PCI quirks.
From: Steven Toth <stoth@kernellabs.com> SAA7164: Removed a duplicate call to address any PCI quirks. Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/saa7164/saa7164-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7164/saa7164-core.c b/linux/drivers/media/video/saa7164/saa7164-core.c
index 0c03e420e..175213b4c 100644
--- a/linux/drivers/media/video/saa7164/saa7164-core.c
+++ b/linux/drivers/media/video/saa7164/saa7164-core.c
@@ -620,8 +620,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;