git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b4588
)
[ARM] S3C: BUG_ON() if clock has already been registered
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 21 Oct 2008 13:07:10 +0000
(14:07 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 15 Dec 2008 21:46:22 +0000
(21:46 +0000)
Add a simple check when registering a clock on whether
the clock has already been added to the list.
Any attempt to re-register a clock will cause the
clock list to be come looped and thus produces silent
failures when looking up clocks.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
No differences found