Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295504
b: refs/heads/master
c: 9862048
h: refs/heads/master
v: v3
  • Loading branch information
Roland Stigge authored and Olof Johansson committed Feb 10, 2012
1 parent b292bb5 commit e77aea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 770e2da2aef92e31cd52ed9a8c20cae0e84e9034
refs/heads/master: 9862048abfe5fbd134553a8de30cf8767291fb1f
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-lpc32xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,6 @@ static inline void clk_unlock(void)

static void local_clk_disable(struct clk *clk)
{
WARN_ON(clk->usecount == 0);

/* Don't attempt to disable clock if it has no users */
if (clk->usecount > 0) {
clk->usecount--;
Expand Down

0 comments on commit e77aea3

Please sign in to comment.