]> git.baikalelectronics.ru Git - kernel.git/commit
[media] b2c2: Mismatch in config ifdefs for SkystarS2
authorJemma Denson <jdenson@gmail.com>
Thu, 21 May 2015 09:29:23 +0000 (06:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 9 Jun 2015 21:37:56 +0000 (18:37 -0300)
commitd0249d7f9bd9f970929a77f7c7797417aa4516c4
tree3e8bbdeb25cdf0e0acb2435ef9894aba5f75d20e
parentc5727fb498c3a4d7fee5dd2e4905515bd13c3ad5
[media] b2c2: Mismatch in config ifdefs for SkystarS2

Compilation warning issued by kbuild test robot:
>> drivers/media/common/b2c2/flexcop-fe-tuner.c:31:12: warning: 'flexcop_fe_request_firmware' defined but not used [-Wunused-function]
    static int flexcop_fe_request_firmware(struct dvb_frontend *fe,

This patch fixes a mismatch in Kconfig define checks. One had a
check for just CX24120, the other is checking for both CX24120
and ISL6421.

Signed-off-by: Jemma Denson <jdenson@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/common/b2c2/flexcop-fe-tuner.c