diff options
author | Andrew de Quincy <devnull@localhost> | 2004-11-09 06:43:41 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-11-09 06:43:41 +0000 |
commit | 130a007cf09d6a17c3592e81915c71559ee454a1 (patch) | |
tree | 27e58206a286c58fad83f0dba4fe504ff1751644 /linux/drivers/media/dvb/frontends | |
parent | d7b658e303859286c3cf8de4954205a4e5c9eeea (diff) | |
download | mediapointer-dvb-s2-130a007cf09d6a17c3592e81915c71559ee454a1.tar.gz mediapointer-dvb-s2-130a007cf09d6a17c3592e81915c71559ee454a1.tar.bz2 |
Forgot to unset initialised flag after sleep
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 39ea5adc6..111908df4 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -1067,6 +1067,7 @@ static int tda1004x_sleep(struct dvb_frontend* fe) tda1004x_write_mask(state, TDA1004X_CONFC4, 1, 1); break; } + state->initialised = 0; return 0; } |