Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272486
b: refs/heads/master
c: 590842f
h: refs/heads/master
v: v3
  • Loading branch information
Matt Burtch authored and Sascha Hauer committed Oct 25, 2011
1 parent d638c36 commit 598cff2
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: 6571534b600b8ca1936ff5630b9e0947f21faf16
refs/heads/master: 590842f90984f96a3da6d8b59447dfa1d186d01e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mxs/clock-mx28.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int name##_set_rate(struct clk *clk, unsigned long rate) \
\
reg = __raw_readl(CLKCTRL_BASE_ADDR + HW_CLKCTRL_##fr); \
reg &= ~BM_CLKCTRL_##fr##_##fs##FRAC; \
reg |= frac; \
reg |= frac << BP_CLKCTRL_##fr##_##fs##FRAC; \
__raw_writel(reg, CLKCTRL_BASE_ADDR + HW_CLKCTRL_##fr); \
} \
\
Expand Down

0 comments on commit 598cff2

Please sign in to comment.