mmc: fix null pointer use in mmc_blk_remove_req
authorFranck Jullien <franck.jullien@gmail.com>
Wed, 24 Jul 2013 13:17:48 +0000 (15:17 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 03:22:04 +0000 (23:22 -0400)
A previous commit (fdfa20c1631210d0) reordered the shutdown sequence
in mmc_blk_remove_req. However, mmc_cleanup_queue is now called before
we get the card pointer, and mmc_cleanup_queue sets mq->card to NULL.

This patch moves the card pointer assignment before mmc_cleanup_queue.

Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found