I tried to make some changes earlier in the patch [<PATCH v1> 9/9] mmc: sd: Fix trivial SD card issues]. There were a lot of valid comments asking to clarify and separate the fixes into logical patches. With this patch series, I am trying to address those comments. Changes since v1: - Addressed Ulf Hansson's comment regarding unnecessary NULL pointer check in the mmc_bus_shutdown(). Bao D. Nguyen (1): mmc: core: Add check for NULL pointer access Ritesh Harjani (1): mmc: core: Make host->card as NULL when card is removed Sahitya Tummala (1): mmc: core: update host->card after getting RCA for SD card Subhash Jadavani (1): mmc: core: Attribute the IO wait time properly in mmc_wait_for_req_done() drivers/mmc/core/bus.c | 3 +++ drivers/mmc/core/core.c | 5 ++++- drivers/mmc/core/sd.c | 6 ++++-- 3 files changed, 11 insertions(+), 3 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project