diff options
author | Antti Palosaari <crope@iki.fi> | 2012-05-17 21:22:02 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 16:18:11 (GMT) |
commit | 26c8a729d795f2ef946c2cbf1ff159a5b128a8b2 (patch) | |
tree | 03e7a387ed02cf9ff1c29d3a1b2ce6ccee65c79e /drivers/media | |
parent | 3491a88ea0499cb10024cf7ec4d2d261634fa2b7 (diff) | |
download | linux-26c8a729d795f2ef946c2cbf1ff159a5b128a8b2.tar.xz |
[media] em28xx: simple comment fix
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index 3a5b89d..16410ac 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c @@ -476,8 +476,8 @@ static void terratec_h5_init(struct em28xx *dev) static void pctv_520e_init(struct em28xx *dev) { /* - * Init TDA8295(?) analog demodulator. Looks like I2C traffic to - * digital demodulator and tuner are routed via TDA8295. + * Init AVF4910B analog decoder. Looks like I2C traffic to + * digital demodulator and tuner are routed via AVF4910B. */ int i; struct { |