Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276053
b: refs/heads/master
c: c273539
h: refs/heads/master
i:
  276051: bdafa3c
v: v3
  • Loading branch information
Wolfram Sang authored and Arnd Bergmann committed Nov 23, 2011
1 parent cad1a02 commit e9426aa
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: 9b7c547f7747991fe62f622698ea1bf470f256f4
refs/heads/master: c2735391fbc68feae10d6d14e60956c8106e725f
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 @@ -404,7 +404,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 e9426aa

Please sign in to comment.