summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-08-21 11:56:42 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-03 10:33:37 -0300
commit711c31192057689e59c2a2095d3a7e0fadbfd213 (patch)
treef8ef7a87de8c7ef69492884d53f647706b6176a3 /drivers/media/pci/cx23885
parent41150cb9f51df07e78d82c196931c913633c95a0 (diff)
downloadop-kernel-dev-711c31192057689e59c2a2095d3a7e0fadbfd213.zip
op-kernel-dev-711c31192057689e59c2a2095d3a7e0fadbfd213.tar.gz
[media] cx23885: fix sparse warning
drivers/media/pci/cx23885/cx23885-dvb.c:1494:72: warning: Using plain integer as NULL pointer Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885')
-rw-r--r--drivers/media/pci/cx23885/cx23885-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c
index ccf413f..d71d59f 100644
--- a/drivers/media/pci/cx23885/cx23885-dvb.c
+++ b/drivers/media/pci/cx23885/cx23885-dvb.c
@@ -1487,7 +1487,7 @@ static int dvb_register(struct cx23885_tsport *port)
&hauppauge_hvr4400_si2165_config,
&i2c_bus->i2c_adap);
if (fe0->dvb.frontend != NULL) {
- fe0->dvb.frontend->ops.i2c_gate_ctrl = 0;
+ fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL;
if (!dvb_attach(tda18271_attach,
fe0->dvb.frontend,
0x60, &i2c_bus2->i2c_adap,
OpenPOWER on IntegriCloud