diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 20:40:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:41 -0400 |
commit | 102a0b0879a01a413ed5f667f7db9c2085ca8474 (patch) | |
tree | df057cd2bd569bd9fdeb586927f635d67f2ce6a6 /drivers/media/video/em28xx/em28xx-dvb.c | |
parent | 3421b7787a2cf41ac5edce9b5766bddd1e1d9986 (diff) |
V4L/DVB (7604): em28xx-dvb: Fix analog mode
The analog entries are wrong. Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index fd8f44cb6cbc..64816ae106e3 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c | |||
@@ -414,6 +414,7 @@ static int dvb_init(struct em28xx *dev) | |||
414 | goto out_free; | 414 | goto out_free; |
415 | } | 415 | } |
416 | 416 | ||
417 | printk(KERN_INFO "Successfully loaded em28xx-dvb\n"); | ||
417 | return 0; | 418 | return 0; |
418 | 419 | ||
419 | out_free: | 420 | out_free: |