[RESEND PATCH] mmc: block: fix null pointer use in mmc_blk_remove_req

2013-08-07 Thread Franck Jullien
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, sadly, mmc_cleanup_queue set mq->card to NULL. This patch moves the card pointer assignment before mmc_cleanup_queue. --- driver

Re: [PATCH] mmc: fix null pointer use in mmc_blk_remove_req

2013-07-25 Thread Franck Jullien
2013/7/24 : > From: Franck Jullien > > 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, sadly, mmc_cleanup_queue set > mq->card to NULL. >

[PATCH] mmc: fix null pointer use in mmc_blk_remove_req

2013-07-24 Thread franck . jullien
From: Franck Jullien 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, sadly, mmc_cleanup_queue set mq->card to NULL. This patch moves the card pointer assignment bef

Question about SD/MMC card sharing the same host bus

2013-07-24 Thread Franck Jullien
Hi, I'd like to know if the current Kernel provides support for card wired on the same host bus, sharing all signals. >From what I've read so far, "the Host sends the ALL_SEND_CID command; this causes all cards on the bus to start sending their unique ID, while monitoring the bus traffic.". Then,