Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210427
b: refs/heads/master
c: 7f67bff
h: refs/heads/master
i:
  210425: d8073ce
  210423: 6f0c452
v: v3
  • Loading branch information
Jason Wang authored and Sascha Hauer committed Aug 21, 2010
1 parent 0598421 commit 06953fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a38b372fc2a3d8fe7ddbeab94d4c8bcb721f2403
refs/heads/master: 7f67bff58662604874778e6853e5c394f944e554
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx5/clock-mx51.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void _clk_ccgr_disable(struct clk *clk)
{
u32 reg;
reg = __raw_readl(clk->enable_reg);
reg &= ~(MXC_CCM_CCGRx_MOD_OFF << clk->enable_shift);
reg &= ~(MXC_CCM_CCGRx_CG_MASK << clk->enable_shift);
__raw_writel(reg, clk->enable_reg);

}
Expand Down

0 comments on commit 06953fd

Please sign in to comment.