V4L/DVB (9451): Bug! F/3 Clock domain was incorrectly used
authorManu Abraham <abraham.manu@gmail.com>
Fri, 25 Jan 2008 21:25:13 +0000 (18:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:22 +0000 (17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stb0899_drv.c

index 420dea1..2caa192 100644 (file)
@@ -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;