[ARM] S3C: BUG_ON() if clock has already been registered
commita2febfae1062a083bb84750417bc34104638e7cc
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:07:10 +0000 (21 14:07 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:12:26 +0000 (21 14:12 +0100)
treef855e584af7cfbd4ad2a4c0dbe3c08993ba3ca5d
parentdd280b291f280889c9e12108f7bc31aebe9ac44d
[ARM] S3C: BUG_ON() if clock has already been registered

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>
arch/arm/plat-s3c/clock.c