Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124225
b: refs/heads/master
c: 31e0530
h: refs/heads/master
i:
  124223: 7e782cc
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2008
1 parent ba24ccb commit 75b78e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3ce6509456805904799bf669e82a8ea5126e92df
refs/heads/master: 31e0530c32701fc14b845ef84fe61b66e9c5398c
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,8 @@ void em28xx_card_setup(struct em28xx *dev)
em28xx_set_model(dev);

dev->tuner_type = em28xx_boards[dev->model].tuner_type;
dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;
if (em28xx_boards[dev->model].tuner_addr)
dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;

/* request some modules */
switch (dev->model) {
Expand Down

0 comments on commit 75b78e8

Please sign in to comment.