Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296605
b: refs/heads/master
c: 0cf0d81
h: refs/heads/master
i:
  296603: 7b468d0
v: v3
  • Loading branch information
Roland Stigge authored and Olof Johansson committed Feb 9, 2012
1 parent 9636631 commit 9c75f8e
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: 4ee1c5716d10e30269b64e393cc4a5bf17afee38
refs/heads/master: 0cf0d815ba0d09281c5671b82a83c4220a606dc4
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 9c75f8e

Please sign in to comment.