V4L/DVB (5440): Dvb-ttpci: Infrared remote initialization fix
Fix bug introduced during infrared refactoring. Thanks to Johann Friedrichs for spotting this. Thanks-to: Johann Friedrichs <johann.friedrichs@web.de> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
9e0df402e6
commit
1b2457680f
@ -329,8 +329,8 @@ int __devinit av7110_ir_init(struct av7110 *av7110)
|
|||||||
if (av_cnt >= ARRAY_SIZE(av_list))
|
if (av_cnt >= ARRAY_SIZE(av_list))
|
||||||
return -ENOSPC;
|
return -ENOSPC;
|
||||||
|
|
||||||
av7110_check_ir_config(av7110, true);
|
|
||||||
av_list[av_cnt++] = av7110;
|
av_list[av_cnt++] = av7110;
|
||||||
|
av7110_check_ir_config(av7110, true);
|
||||||
|
|
||||||
init_timer(&av7110->ir.keyup_timer);
|
init_timer(&av7110->ir.keyup_timer);
|
||||||
av7110->ir.keyup_timer.function = av7110_emit_keyup;
|
av7110->ir.keyup_timer.function = av7110_emit_keyup;
|
||||||
|
Reference in New Issue
Block a user