mmc: Don't hold lock when releasing an added card
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 22 Jul 2007 15:52:06 +0000 (17:52 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 25 Jul 2007 23:54:06 +0000 (01:54 +0200)
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>

No differences found