Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14870
b: refs/heads/master
c: 69459f3
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Endriss authored and Linus Torvalds committed Dec 1, 2005
1 parent b72f19c commit a89b145
Show file tree
Hide file tree
Showing 4 changed files with 5 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: f95006f89576cac504323daa53157013bf099fc9
refs/heads/master: 69459f3d2fb9eea370535ceba91dd8c9df3d94bc
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,8 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

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

.pci_tbl = pci_tbl,

.module = THIS_MODULE,
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 @@ -1166,7 +1166,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

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

.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 @@ -738,7 +738,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);

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

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

0 comments on commit a89b145

Please sign in to comment.