Re: [PATCH/RFC] mmc: ignore asynchronous calls on dead buses

2011-06-15 Thread Sujit Reddy Thumma
On 6/15/2011 6:58 PM, Guennadi Liakhovetski wrote: MMC host drivers have three main asynchronous event types, that they report to the MMC core: request completions, SDIO interrupts and card hotplug events. Avoid processing these calls during driver removal. Signed-off-by: Guennadi Liakhovetski -

[PATCH/RFC] mmc: ignore asynchronous calls on dead buses

2011-06-15 Thread Guennadi Liakhovetski
MMC host drivers have three main asynchronous event types, that they report to the MMC core: request completions, SDIO interrupts and card hotplug events. Avoid processing these calls during driver removal. Signed-off-by: Guennadi Liakhovetski --- This is my attempt to answer my own question: