From: Ben Dooks Date: Wed, 9 Dec 2009 00:08:35 +0000 (+0000) Subject: ARM: S3C64XX: Avoid announcing clksrc clocks twice X-Git-Tag: v2.6.34-rc2~66^2~54^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682e2b7d45878586ce84f6993da0b8a2981a399d;p=pandora-kernel.git ARM: S3C64XX: Avoid announcing clksrc clocks twice The new code calls the clock setup code on registration which can be before the clock system has been fully initialised. The following code re-does this setup at the end of the clock registration and thus we get two printings. Update the calls to only print on the last pass or when doing the necessary resume work. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed