Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123818
b: refs/heads/master
c: cec444b
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Dec 15, 2008
1 parent 672ed20 commit ca8452b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93b458858f6d40650513f63feef0b350eff4845f
refs/heads/master: cec444b79073e7d6ef35ced5ef63c3fd83d9b9a7
3 changes: 3 additions & 0 deletions trunk/arch/arm/plat-s3c/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ int s3c24xx_register_clock(struct clk *clk)

/* add to the list of available clocks */

/* Quick check to see if this clock has already been registered. */
BUG_ON(clk->list.prev != clk->list.next);

spin_lock(&clocks_lock);
list_add(&clk->list, &clocks);
spin_unlock(&clocks_lock);
Expand Down

0 comments on commit ca8452b

Please sign in to comment.