Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65856
b: refs/heads/master
c: 4823e9e
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent cb5f36c commit 8a13956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 426d523664e01c778f6455e9b3bbd40dda76c66a
refs/heads/master: 4823e9ee9f45c78777d040742b5e46336a42c8b3
10 changes: 4 additions & 6 deletions trunk/drivers/media/video/cx23885/cx23885-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,11 +622,9 @@ static int cx23885_pci_quirks(struct cx23885_dev *dev)
{
dprintk(1, "%s()\n", __FUNCTION__);

switch(dev->board) {
case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
if(dev->bridge == CX23885_BRIDGE_885)
cx_clear(RDR_TLCTL0, 1 << 4);
break;
}

return 0;
}

Expand Down Expand Up @@ -777,8 +775,6 @@ static int cx23885_dev_setup(struct cx23885_dev *dev)
dev->board, card[dev->nr] == dev->board ?
"insmod option" : "autodetected");

cx23885_pci_quirks(dev);

/* Configure the internal memory */
if(dev->pci->device == 0x8880) {
dev->bridge = CX23885_BRIDGE_887;
Expand All @@ -791,6 +787,8 @@ static int cx23885_dev_setup(struct cx23885_dev *dev)
dprintk(1, "%s() Memory configured for PCIe bridge type %d\n",
__FUNCTION__, dev->bridge);

cx23885_pci_quirks(dev);

/* init hardware */
cx23885_reset(dev);

Expand Down

0 comments on commit 8a13956

Please sign in to comment.