Skip to content

Commit

Permalink
V4L/DVB (9451): Bug! F/3 Clock domain was incorrectly used
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 8be969b commit 18527be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 18527be

Please sign in to comment.