873ad71 sd-device: use right clock when comparing initialization usec

1 file Authored by Lennart Poettering 3 years ago, Committed by zbyszek 3 years ago,
    sd-device: use right clock when comparing initialization usec
    
    we actually use CLOCK_MONOTONIC for the timestamp, hence when
    comparing/subtracting it from the current time, also use
    CLOCK_MONOTONIC.
    
    (cherry picked from commit 02ef01ade3b16c05dfc8698181d7f562f4934ef3)