Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37398
b: refs/heads/master
c: 0e367a1
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 29bc0d9 commit 8f0f446
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: ef76856d26087f897e163b9fd8b2f7bd0cd54fc7
refs/heads/master: 0e367a15ed08710098e2ff59aa25cec723c0a9d4
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 @@ -2823,7 +2823,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);


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

.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 @@ -1153,7 +1153,7 @@ static struct pci_device_id pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, pci_tbl);

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

.module = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/budget-patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ static void __exit budget_patch_exit(void)
}

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

.module = THIS_MODULE,
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 @@ -545,7 +545,7 @@ static struct pci_device_id pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, pci_tbl);

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

.module = THIS_MODULE,
Expand Down

0 comments on commit 8f0f446

Please sign in to comment.