commit | 682e2b7d45878586ce84f6993da0b8a2981a399d | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Wed Dec 09 00:08:35 2009 +0000 |
committer | Ben Dooks <ben-linux@fluff.org> | Fri Jan 15 17:10:10 2010 +0900 |
tree | 7d64665810dd9d2783067714e49f4c51c752b57b | |
parent | f3e0b724cc70ef5ee2a6e0d9dfafa2328c294ab3 [diff] |
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 <ben-linux@fluff.org>