summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-05 17:55:24 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-08-05 17:55:24 -0300
commit8574878c74b58b873b49982fe2bd8b5fb15c8903 (patch)
tree4a68b192dfd69d1088d66a22eb4d9c3bf2ab4fb8 /linux/drivers/media/dvb/frontends
parent94f24698934b59ede45d0d01c982091fac0ca040 (diff)
parent0c43109d16eeb00fecd5ea8798527892e2073ebf (diff)
downloadmediapointer-dvb-s2-8574878c74b58b873b49982fe2bd8b5fb15c8903.tar.gz
mediapointer-dvb-s2-8574878c74b58b873b49982fe2bd8b5fb15c8903.tar.bz2
merge: http://linuxtv.org/hg/~pascoe/pending/
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c
index c92877baa..b7e7108ee 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.c
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.c
@@ -493,6 +493,9 @@ static int dvb_pll_sleep(struct dvb_frontend *fe)
int i;
int result;
+ if (priv->i2c == NULL)
+ return -EINVAL;
+
for (i = 0; i < priv->pll_desc->count; i++) {
if (priv->pll_desc->entries[i].limit == 0)
break;