diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c index 3e1b62a2d50d..691672947084 100644 --- a/drivers/media/video/cx23885/cx23885-core.c +++ b/drivers/media/video/cx23885/cx23885-core.c | |||
@@ -759,8 +759,6 @@ static int cx23885_dev_setup(struct cx23885_dev *dev) | |||
759 | 759 | ||
760 | dev->bmmio = (u8 __iomem *)dev->lmmio; | 760 | dev->bmmio = (u8 __iomem *)dev->lmmio; |
761 | 761 | ||
762 | cx23885_pci_quirks(dev); | ||
763 | |||
764 | /* board config */ | 762 | /* board config */ |
765 | dev->board = UNSET; | 763 | dev->board = UNSET; |
766 | if (card[dev->nr] < cx23885_bcount) | 764 | if (card[dev->nr] < cx23885_bcount) |
@@ -779,6 +777,8 @@ static int cx23885_dev_setup(struct cx23885_dev *dev) | |||
779 | dev->board, card[dev->nr] == dev->board ? | 777 | dev->board, card[dev->nr] == dev->board ? |
780 | "insmod option" : "autodetected"); | 778 | "insmod option" : "autodetected"); |
781 | 779 | ||
780 | cx23885_pci_quirks(dev); | ||
781 | |||
782 | /* Configure the internal memory */ | 782 | /* Configure the internal memory */ |
783 | if(dev->pci->device == 0x8880) { | 783 | if(dev->pci->device == 0x8880) { |
784 | dev->bridge = CX23885_BRIDGE_887; | 784 | dev->bridge = CX23885_BRIDGE_887; |