Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44116
b: refs/heads/master
c: 00c4cc6
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 0589fec commit bf9c5cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 35e55255bbe1775c3cdb5d9cff494d72d5a49bf3
refs/heads/master: 00c4cc67512ada1d195b8bf3ef1db1d6b3951605
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/av7110.c
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension av7110_extension = {
.name = "dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.module = THIS_MODULE,
.pci_tbl = &pci_tbl[0],
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension budget_extension = {
.name = "budget_av",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.pci_tbl = pci_tbl,

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension budget_extension = {
.name = "budget_ci dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.module = THIS_MODULE,
.pci_tbl = &pci_tbl[0],
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

static struct saa7146_extension budget_extension = {
.name = "budget dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.flags = SAA7146_USE_I2C_IRQ,

.module = THIS_MODULE,
.pci_tbl = pci_tbl,
Expand Down

0 comments on commit bf9c5cf

Please sign in to comment.