Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65855
b: refs/heads/master
c: 426d523
h: refs/heads/master
i:
  65853: 5b2ce8b
  65851: dd677f8
  65847: 1bf338d
  65839: 996f4f5
  65823: c3ffa06
  65791: c7fb569
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent c96f235 commit cb5f36c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b86b580244511f9b2fb2043d813e9c4c7d294a62
refs/heads/master: 426d523664e01c778f6455e9b3bbd40dda76c66a
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx23885/cx23885-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,6 @@ static int cx23885_dev_setup(struct cx23885_dev *dev)

dev->bmmio = (u8 __iomem *)dev->lmmio;

cx23885_pci_quirks(dev);

/* board config */
dev->board = UNSET;
if (card[dev->nr] < cx23885_bcount)
Expand All @@ -779,6 +777,8 @@ 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 Down

0 comments on commit cb5f36c

Please sign in to comment.