summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_drv.c
diff options
context:
space:
mode:
authorManu Abraham2008-01-25 22:25:13 +0100
committerMauro Carvalho Chehab2008-12-29 20:53:22 +0100
commit18527bee917fb94aaf1760826d918ac7f08d7e61 (patch)
tree6e64fab5a0cca1511a4ab645c227ed3e25487334 /drivers/media/dvb/frontends/stb0899_drv.c
parentV4L/DVB (9450): Code Review: #4 Consolidate configurations (diff)
downloadkernel-qcow2-linux-18527bee917fb94aaf1760826d918ac7f08d7e61.tar.gz
kernel-qcow2-linux-18527bee917fb94aaf1760826d918ac7f08d7e61.tar.xz
kernel-qcow2-linux-18527bee917fb94aaf1760826d918ac7f08d7e61.zip
V4L/DVB (9451): Bug! F/3 Clock domain was incorrectly used
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_drv.c')
-rw-r--r--drivers/media/dvb/frontends/stb0899_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c
index 420dea120ad6..2caa192a8e7e 100644
--- a/drivers/media/dvb/frontends/stb0899_drv.c
+++ b/drivers/media/dvb/frontends/stb0899_drv.c
@@ -1433,7 +1433,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;