mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
3ac19bb443
The s3c24xx_register_clock() function has been doing a test on clk->owner to see if it is NULL, and then setting itself as the owner if clk->owner == NULL. This is not needed, arch/arm/plat-s3c/clock.c cannot be compiled as a module, and even if it was, it should not be playing with this field if it being registered from somewhere else. The best course of action is to remove this bit of code completely. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |
||
---|---|---|
.. | ||
include | ||
clock.c | ||
dev-fb.c | ||
dev-hsmmc.c | ||
dev-hsmmc1.c | ||
dev-i2c0.c | ||
dev-i2c1.c | ||
gpio-config.c | ||
gpio.c | ||
init.c | ||
Kconfig | ||
Makefile | ||
pm-check.c | ||
pm.c | ||
pwm-clock.c | ||
time.c |