From bd06a7e612c17eededaeb2fdd04f94a3e2398782 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 28 Nov 2006 02:16:20 -0300 Subject: [PATCH] --- yaml --- r: 44103 b: refs/heads/master c: 1b5b32bf877d6f77d7eb6580d43623cc113a3b60 h: refs/heads/master i: 44101: 77e23656cdcdc8417ccfceb5f47dce5cb95dfb34 44099: 644213d94c8a0f1d4c9ce9a71f29ab09b8c05b1e 44095: 4ba9d2234620abdb78879083e68182a19bb7280e v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/frontends/lgdt330x.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 449232352599..1e61a13c9445 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af249982dc385b18ea340323f50f585e989b76e5 +refs/heads/master: 1b5b32bf877d6f77d7eb6580d43623cc113a3b60 diff --git a/trunk/drivers/media/dvb/frontends/lgdt330x.c b/trunk/drivers/media/dvb/frontends/lgdt330x.c index db3ef58dafba..75be6e4aa176 100644 --- a/trunk/drivers/media/dvb/frontends/lgdt330x.c +++ b/trunk/drivers/media/dvb/frontends/lgdt330x.c @@ -437,9 +437,6 @@ static int lgdt3302_read_status(struct dvb_frontend* fe, fe_status_t* status) /* Test signal does not exist flag */ /* as well as the AGC lock flag. */ *status |= FE_HAS_SIGNAL; - } else { - /* Without a signal all other status bits are meaningless */ - return 0; } /* @@ -502,9 +499,6 @@ static int lgdt3303_read_status(struct dvb_frontend* fe, fe_status_t* status) /* Test input signal does not exist flag */ /* as well as the AGC lock flag. */ *status |= FE_HAS_SIGNAL; - } else { - /* Without a signal all other status bits are meaningless */ - return 0; } /* Carrier Recovery Lock Status Register */