commit | 2986d0bf23d97d68804ccfa80965073ccf1af242 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Sun Jul 22 17:52:06 2007 +0200 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Thu Jul 26 01:54:06 2007 +0200 |
tree | 64b3bdcb2642978127582a1fc2ca09e240b1ece5 | |
parent | cf795bfb3ad4e2f8f6bb346aa8edb8272d4c70a2 [diff] |
mmc: Don't hold lock when releasing an added card When the card has been added to the device model, it might be bound to a card driver. Therefore, we have to release the host lock when trying to remove it as we otherwise might deadlock with the driver. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>