aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_drv.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2008-01-25 18:25:13 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:22 -0200
commit18527bee917fb94aaf1760826d918ac7f08d7e61 (patch)
tree6e64fab5a0cca1511a4ab645c227ed3e25487334 /drivers/media/dvb/frontends/stb0899_drv.c
parent8be969b3134ade447e3ba9f63e60eeabca270227 (diff)
downloadkernel_samsung_smdk4412-18527bee917fb94aaf1760826d918ac7f08d7e61.zip
kernel_samsung_smdk4412-18527bee917fb94aaf1760826d918ac7f08d7e61.tar.gz
kernel_samsung_smdk4412-18527bee917fb94aaf1760826d918ac7f08d7e61.tar.bz2
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 420dea1..2caa192 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;