Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87536
b: refs/heads/master
c: c030f5e
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 20, 2008
1 parent 6c85178 commit daac414
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 189bf5f05093ff71cec3e2a16d199a85ba035a43
refs/heads/master: c030f5e697af1127002a0aeffcd259f9bcff5471
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,12 +1022,13 @@ static int __devinit saa7134_initdev(struct pci_dev *pci_dev,
saa7134_i2c_register(dev);

/* initialize hardware #2 */
if (TUNER_ABSENT != dev->tuner_type)
request_module("tuner");
saa7134_board_init2(dev);

saa7134_hwinit2(dev);

/* load i2c helpers */
if (TUNER_ABSENT != dev->tuner_type)
request_module("tuner");
if (card_is_empress(dev)) {
request_module("saa6752hs");
}
Expand Down

0 comments on commit daac414

Please sign in to comment.