提交 56a8b9f1 编写于 作者: M Mauro Carvalho Chehab

[media] tm6000: Fix a warning at tm6000_ir_int_start()

drivers/media/video/tm6000/tm6000-input.c: In function ‘tm6000_ir_int_start’:
drivers/media/video/tm6000/tm6000-input.c:381:3: warning: ‘return’ with no value, in function returning non-void [-Wreturn-type]
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 a16fa71d
......@@ -378,7 +378,7 @@ int tm6000_ir_int_start(struct tm6000_core *dev)
struct tm6000_IR *ir = dev->ir;
if (!ir)
return;
return 0;
return __tm6000_ir_int_start(ir->rc);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册