From: Paul Walmsley Date: Wed, 19 May 2010 00:40:24 +0000 (-0600) Subject: OMAP2+ clock: clean up clkt_clksel.c X-Git-Tag: v2.6.35-rc1~456^2~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435699db6a3d81bfd36d25150177399a4f6048d5;p=pandora-kernel.git OMAP2+ clock: clean up clkt_clksel.c This patch cleans up arch/arm/mach-omap2/clkt_clksel.c. It: - makes several functions static that are not called outside the file; - adds documentation; - makes some code paths easier to read (hopefully), by breaking up compound statements and removing redundant checks; - converts some pr_err()s that indicate clock tree data problems into WARN()s, so they are more likely to be noticed; - and moves omap2_clk_round_rate() back into mach-omap2/clock.c, its proper home, since it is not clksel-specific. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed