• Russell King's avatar
    [PCMCIA] Get rid of racy interruptible_sleep_on() · 64baa00b
    Russell King authored
    ds.c uses interruptible_sleep_on() without any protection.  Use
    wait_event_interruptible() instead.
    
    In addition, fix a bug where threads waiting for cardmgr events to
    complete were left waiting if cardmgr exited.
    64baa00b
ds.c 26.3 KB