Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76703
b: refs/heads/master
c: 3f4dfe2
h: refs/heads/master
i:
  76701: 898c38c
  76699: e36e2ba
  76695: 53b2803
  76687: 9d3e549
  76671: fa98c8f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent bdccf0e commit 4a40dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a4950134d46f0b83745f05ea37987785a3905eba
refs/heads/master: 3f4dfe2acf4ffed48395e69166531d8925eb106a
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,9 @@ static void request_module_async(struct work_struct *work)
struct em28xx *dev = container_of(work,
struct em28xx, request_module_wk);

if (!dev->has_audio_class)
if (dev->has_audio_class)
request_module("snd-usb-audio");
else
request_module("em28xx-alsa");
}

Expand Down

0 comments on commit 4a40dbd

Please sign in to comment.