diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-08 20:17:20 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-08 20:17:20 +0000 |
commit | a8f487472aae0b4b3af9d06f75b53f06f80d52d2 (patch) | |
tree | 2c5dddae58e61807362d03ead2bb631d631437ac | |
parent | ee9efa953200330a438daea7ecd1b0fb354d549a (diff) | |
download | mediapointer-dvb-s2-a8f487472aae0b4b3af9d06f75b53f06f80d52d2.tar.gz mediapointer-dvb-s2-a8f487472aae0b4b3af9d06f75b53f06f80d52d2.tar.bz2 |
uneccessary call commented
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dst.c | 2 | ||||
-rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dst.c b/linux/drivers/media/dvb/bt8xx/dst.c index 3dc58cb0a..3a2ff1cc2 100644 --- a/linux/drivers/media/dvb/bt8xx/dst.c +++ b/linux/drivers/media/dvb/bt8xx/dst.c @@ -1313,7 +1313,7 @@ static int dst_read_status(struct dvb_frontend *fe, fe_status_t *status) *status = 0; if (state->diseq_flags & HAS_LOCK) { - dst_get_signal(state); +// dst_get_signal(state); // don't require(?) to ask MCU if (state->decode_lock) *status |= FE_HAS_LOCK | FE_HAS_SIGNAL | FE_HAS_CARRIER | FE_HAS_SYNC | FE_HAS_VITERBI; } diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 46305d397..8a5ca470a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-12-08 20:15 mchehab + + * linux/drivers/media/dvb/bt8xx/dst.c: (dst_read_status): + - uneccessary call commented + - sync with kernel + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-08 16:14 mchehab * linux/drivers/media/dvb/frontends/tda80xx.c: |