commit | 269d91f53fe34b263c0b7735937f3b4ac5f56580 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Apr 29 14:56:50 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri May 01 06:10:18 2015 -0300 |
tree | 7a8d743a28e67c957a7935e61945bb93e7df642c | |
parent | 6629e4de828080f6111b78b556afa096c089045a [diff] |
[media] vp702x: comment dead code Since the first version of this driver, the remote controller code is disabled, adding an early return inside vp702x_rc_query(). Let's disable the code with #if 0, to remove this warning: drivers/media/usb/dvb-usb/vp702x.c:268 vp702x_rc_query() info: ignoring unreachable code. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>