aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/frontends/lgdt330x.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/lgdt330x.c b/drivers/media/dvb/frontends/lgdt330x.c
index db3ef58dafba..75be6e4aa176 100644
--- a/drivers/media/dvb/frontends/lgdt330x.c
+++ b/drivers/media/dvb/frontends/lgdt330x.c
@@ -437,9 +437,6 @@ static int lgdt3302_read_status(struct dvb_frontend* fe, fe_status_t* status)
437 /* Test signal does not exist flag */ 437 /* Test signal does not exist flag */
438 /* as well as the AGC lock flag. */ 438 /* as well as the AGC lock flag. */
439 *status |= FE_HAS_SIGNAL; 439 *status |= FE_HAS_SIGNAL;
440 } else {
441 /* Without a signal all other status bits are meaningless */
442 return 0;
443 } 440 }
444 441
445 /* 442 /*
@@ -502,9 +499,6 @@ static int lgdt3303_read_status(struct dvb_frontend* fe, fe_status_t* status)
502 /* Test input signal does not exist flag */ 499 /* Test input signal does not exist flag */
503 /* as well as the AGC lock flag. */ 500 /* as well as the AGC lock flag. */
504 *status |= FE_HAS_SIGNAL; 501 *status |= FE_HAS_SIGNAL;
505 } else {
506 /* Without a signal all other status bits are meaningless */
507 return 0;
508 } 502 }
509 503
510 /* Carrier Recovery Lock Status Register */ 504 /* Carrier Recovery Lock Status Register */