mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
Revert "mmc_block: fix probe error cleanup bug"
This reverts commit 28967844a1.
This commit is contained in:
parent
1264a71167
commit
d254de42e3
|
|
@ -631,7 +631,6 @@ static int mmc_blk_probe(struct mmc_card *card)
|
|||
return 0;
|
||||
|
||||
out:
|
||||
mmc_cleanup_queue(&md->queue);
|
||||
mmc_blk_put(md);
|
||||
|
||||
return err;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user