commit | 9d1f02864408c20dbbfaa661231c7afb5a8fc028 | [log] [tgz] |
---|---|---|
author | Balaji T K <balajitk@ti.com> | Mon Oct 15 21:35:07 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Wed Nov 07 14:55:31 2012 -0500 |
tree | 818eef937a9cd4e7386f43d98395e052e594768b | |
parent | cb27a843de9e3a0a2e4b7e631da4679d38f49cee [diff] |
mmc: omap_hsmmc: fix host reference after mmc_free_host struct omap_hsmmc_host *host should not be accessed after mmc_free_host(). Reorder mmc_free_host() after iounmap(host->base). Signed-off-by: Balaji T K <balajitk@ti.com> Signed-off-by: Venkatraman S <svenkatr@ti.com> Signed-off-by: Chris Ball <cjb@laptop.org>