commit | 86cebdadcb174febe09e07bfef48e71c7e4b773d | [log] [tgz] |
---|---|---|
author | Maya Erez <merez@codeaurora.org> | Tue Oct 11 11:13:40 2011 +0200 |
committer | Venkat Gopalakrishnan <venkatg@codeaurora.org> | Wed Oct 12 15:07:35 2011 -0700 |
tree | 906d811165cdec784102b90ad1b57b648797e225 | |
parent | 5ec7cbebdddfffc7972ba3e1aa41e3855f826018 [diff] |
msm: sdio: Use mmc_host data structure without accessing mmc_card mmc_host data structure can be accessed from mmc_card data structure. When there is a modem reset, the mmc_card structure is removed but the mmc_host structure is never freed. Hence keep a reference to the mmc_host data structure for use. Change-Id: Iba7af3dd08a1fca772df15913f29484e341f9e38 CRs-fixed: 310148 Signed-off-by: Maya Erez <merez@codeaurora.org>