From: Russell King Date: Thu, 13 Nov 2008 13:44:15 +0000 (+0000) Subject: [ARM] omap: move propagate_rate() calls into generic omap clock code X-Git-Tag: v2.6.30-rc1~636^2~20^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5fedac187f30116013a8420149d4ca11a44f0d;p=pandora-kernel.git [ARM] omap: move propagate_rate() calls into generic omap clock code propagate_rate() is recursive, so it makes sense to minimise the amount of stack which is used for each recursion. So, rather than recursing back into it from the ->recalc functions if RATE_PROPAGATES is set, do that test at the higher level. Signed-off-by: Russell King --- Reading git-diff-tree failed