Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233020
b: refs/heads/master
c: 71b7151
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Jan 24, 2011
1 parent ea0b487 commit b62d438
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: 5080e9c981473cd3e5d1571ff8d6dc39ba2777b1
refs/heads/master: 71b71518c7b97bae7317b452bf7fba067e38030a
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mxs/clock-mx23.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static int name##_set_rate(struct clk *clk, unsigned long rate) \
reg = __raw_readl(CLKCTRL_BASE_ADDR + HW_CLKCTRL_##dr); \
reg &= ~BM_CLKCTRL_##dr##_DIV; \
reg |= div << BP_CLKCTRL_##dr##_DIV; \
if (reg | (1 << clk->enable_shift)) { \
if (reg & (1 << clk->enable_shift)) { \
pr_err("%s: clock is gated\n", __func__); \
return -EINVAL; \
} \
Expand Down

0 comments on commit b62d438

Please sign in to comment.