Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196213
b: refs/heads/master
c: f5c1f84
h: refs/heads/master
i:
  196211: acc95a2
v: v3
  • Loading branch information
Benoit Cousson authored and Paul Walmsley committed May 20, 2010
1 parent 0255f52 commit d944e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 20383d82160d918047bb10a4f6e170f4bac195a7
refs/heads/master: f5c1f84bcc9c5b7a664886d0a5e7143d0bc3251f
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-omap2/omap_hwmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,10 @@ static int _init_clocks(struct omap_hwmod *oh)
ret |= _init_interface_clks(oh);
ret |= _init_opt_clks(oh);

oh->_state = _HWMOD_STATE_CLKS_INITED;
if (!ret)
oh->_state = _HWMOD_STATE_CLKS_INITED;

return ret;
return 0;
}

/**
Expand Down

0 comments on commit d944e0c

Please sign in to comment.