ARM: S3C64XX: Avoid announcing clksrc clocks twice
authorBen Dooks <ben-linux@fluff.org>
Wed, 9 Dec 2009 00:08:35 +0000 (00:08 +0000)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 Jan 2010 08:10:10 +0000 (17:10 +0900)
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 <ben-linux@fluff.org>

No differences found