]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: S5PV210: Tidy init+disable clock usage and s3c24xx_register_clocks cleanup
authorKukjin Kim <kgene.kim@samsung.com>
Tue, 4 Jan 2011 08:51:30 +0000 (17:51 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 4 Jan 2011 09:27:43 +0000 (18:27 +0900)
commit3ed4e41f7cb90382c86cca9ad64661a144f765b7
tree1ec43f87471c0ddabd3a89ce9bae8c7d32484609
parent3480eb7c15182ec2d851ebf9416199798e241811
ARM: S5PV210: Tidy init+disable clock usage and s3c24xx_register_clocks cleanup

This patch changes the clock registration code to use the s3c_register_clocks()
followed by s3c_disable_clocks() instead of the loops it was using and cleanups
the return of s3c24xx_register_clocks() because it includes it.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/clock.c