aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-03-29 20:46:12 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-02 03:55:58 -0400
commitf3688fc8d391f50dee45bd3bf04bdeab1c16c3c0 (patch)
tree23fc4f1355e063510339276a5f9123a1ab44f8c4 /drivers
parentafa47abf09f148332b0e6e480972494bc2e5c8af (diff)
V4L/DVB (3670): Fix typo in comment
This patch fixes a typo in a comment. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/dvb/ttpci/av7110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c
index 840efec32cb6..088f03caa64f 100644
--- a/drivers/media/dvb/ttpci/av7110.c
+++ b/drivers/media/dvb/ttpci/av7110.c
@@ -2123,7 +2123,7 @@ static int frontend_init(struct av7110 *av7110)
2123 read_pwm(av7110)); 2123 read_pwm(av7110));
2124 break; 2124 break;
2125 case 0x0003: 2125 case 0x0003:
2126 /* Haupauge DVB-C 2.1 VES1820/ALPS TDBE2 */ 2126 /* Hauppauge DVB-C 2.1 VES1820/ALPS TDBE2 */
2127 av7110->fe = ves1820_attach(&alps_tdbe2_config, &av7110->i2c_adap, 2127 av7110->fe = ves1820_attach(&alps_tdbe2_config, &av7110->i2c_adap,
2128 read_pwm(av7110)); 2128 read_pwm(av7110));
2129 break; 2129 break;