]> git.baikalelectronics.ru Git - kernel.git/commit
[media] vp702x: comment dead code
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 17:56:50 +0000 (14:56 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:10:18 +0000 (06:10 -0300)
commit4c6a3533b5333b7f56a1dab3119dba6fa671450d
tree7a8d743a28e67c957a7935e61945bb93e7df642c
parentfcc71ee3e75c207c202a4a5f9434b68dee739537
[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>
drivers/media/usb/dvb-usb/vp702x.c