diff options
author | Manu Abraham <manu@linuxtv.org> | 2008-01-26 01:25:13 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2008-01-26 01:25:13 +0400 |
commit | eab83567f6ad5747a7852e2880959e02775e54d4 (patch) | |
tree | ef8d26091361b1b5370f79b2da0516c5d335b292 /linux/drivers/media | |
parent | 03a11cc95807119f802181f46ffb621ad60cb97d (diff) | |
download | mediapointer-dvb-s2-eab83567f6ad5747a7852e2880959e02775e54d4.tar.gz mediapointer-dvb-s2-eab83567f6ad5747a7852e2880959e02775e54d4.tar.bz2 |
Bug! F/3 Clock domain was incorrectly used
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stb0899_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stb0899_drv.c b/linux/drivers/media/dvb/frontends/stb0899_drv.c index 8b74c8e80..48eab791c 100644 --- a/linux/drivers/media/dvb/frontends/stb0899_drv.c +++ b/linux/drivers/media/dvb/frontends/stb0899_drv.c @@ -1474,7 +1474,7 @@ void stb0899_set_delsys(struct stb0899_state *state) STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1); STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 1); - STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 1); + STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1); break; |