Skip to content
Commit e633b7bc authored by Pierre Ossman's avatar Pierre Ossman
Browse files

sdio: make sleep on error interruptable



Make sure we can be woken from the forced sleep that is done on errors.
Removing a card often results in -ENOMEDIUM or -EILSEQ so we previously
locked up the removal process for a second.

We could completely exit on -ENOMEDIUM, but it might be a transient
glitch so treat it like any other error.

Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 04cf585d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment