Revert "mmc_block: fix probe error cleanup bug"

This reverts commit 28967844a1.
This commit is contained in:
黄涛
2011-07-30 22:49:03 +08:00
parent 1264a71167
commit d254de42e3

View File

@@ -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;