diff options
author | Antti Palosaari <[email protected]> | 2012-05-17 18:22:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2012-05-20 13:18:11 -0300 |
commit | 26c8a729d795f2ef946c2cbf1ff159a5b128a8b2 (patch) | |
tree | 03e7a387ed02cf9ff1c29d3a1b2ce6ccee65c79e | |
parent | 3491a88ea0499cb10024cf7ec4d2d261634fa2b7 (diff) |
[media] em28xx: simple comment fix
Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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 3a5b89dc7a13..16410ac20092 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 { |