diff options
-rw-r--r-- | arch/arm/plat-s3c/clock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/clock.c b/arch/arm/plat-s3c/clock.c index 35249b58f383..da7ac07c7a0b 100644 --- a/arch/arm/plat-s3c/clock.c +++ b/arch/arm/plat-s3c/clock.c | |||
@@ -304,6 +304,9 @@ int s3c24xx_register_clock(struct clk *clk) | |||
304 | 304 | ||
305 | /* add to the list of available clocks */ | 305 | /* add to the list of available clocks */ |
306 | 306 | ||
307 | /* Quick check to see if this clock has already been registered. */ | ||
308 | BUG_ON(clk->list.prev != clk->list.next); | ||
309 | |||
307 | spin_lock(&clocks_lock); | 310 | spin_lock(&clocks_lock); |
308 | list_add(&clk->list, &clocks); | 311 | list_add(&clk->list, &clocks); |
309 | spin_unlock(&clocks_lock); | 312 | spin_unlock(&clocks_lock); |