• Ben Dooks's avatar
    ARM: S3C64XX: Avoid announcing clksrc clocks twice · 682e2b7d
    Ben Dooks authored
    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: default avatarBen Dooks <ben-linux@fluff.org>
    682e2b7d
clock-clksrc.h 2.63 KB