summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-03-25 20:09:52 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-03-25 20:09:52 -0300
commit00b6dbf1372a8f3f77f2d5ff9b2cfd47797826d3 (patch)
treebae5c78bb8e972568f6a9ef790242cfa9200f23f /linux/drivers/media
parent9c8ff284d11f64949cf73e1b44a421007bd0b1bc (diff)
parent287ac9e4ebd5e0a7b27fce0430011dc4b7997e60 (diff)
downloadmediapointer-dvb-s2-00b6dbf1372a8f3f77f2d5ff9b2cfd47797826d3.tar.gz
mediapointer-dvb-s2-00b6dbf1372a8f3f77f2d5ff9b2cfd47797826d3.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/frontends/isl6421.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/isl6421.c b/linux/drivers/media/dvb/frontends/isl6421.c
index ef319369e..c967148a5 100644
--- a/linux/drivers/media/dvb/frontends/isl6421.c
+++ b/linux/drivers/media/dvb/frontends/isl6421.c
@@ -122,6 +122,7 @@ struct dvb_frontend *isl6421_attach(struct dvb_frontend *fe, struct i2c_adapter
/* detect if it is present or not */
if (isl6421_set_voltage(fe, SEC_VOLTAGE_OFF)) {
kfree(isl6421);
+ fe->sec_priv = NULL;
return NULL;
}