Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87535
b: refs/heads/master
c: 189bf5f
h: refs/heads/master
i:
  87533: 8e82165
  87531: 484f255
  87527: 9890018
  87519: 22dcdb3
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 20, 2008
1 parent df9406f commit 6c85178
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 2db2da913fb7d10a0281cd856135ef19fc2e67a8
refs/heads/master: 189bf5f05093ff71cec3e2a16d199a85ba035a43
5 changes: 5 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2196,6 +2196,11 @@ struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr)
cx88_reset(core);
cx88_card_setup_pre_i2c(core);
cx88_i2c_init(core, pci);

/* load tuner module, if needed */
if (TUNER_ABSENT != core->board.tuner_type)
request_module("tuner");

cx88_call_i2c_clients (core, TUNER_SET_STANDBY, NULL);
cx88_card_setup(core);
cx88_ir_init(core, pci);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/cx88/cx88-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1826,8 +1826,6 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev,
cx_set(MO_PCI_INTMSK, core->pci_irqmask);

/* load and configure helper modules */
if (TUNER_ABSENT != core->board.tuner_type)
request_module("tuner");

if (core->board.audio_chip == AUDIO_CHIP_WM8775)
request_module("wm8775");
Expand Down

0 comments on commit 6c85178

Please sign in to comment.