From: Balaji T K Date: Mon, 15 Oct 2012 16:05:07 +0000 (+0530) Subject: mmc: omap_hsmmc: fix host reference after mmc_free_host X-Git-Tag: v3.7-rc5~8^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1f02864408c20dbbfaa661231c7afb5a8fc028;p=pandora-kernel.git 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 Signed-off-by: Venkatraman S Signed-off-by: Chris Ball --- Reading git-diff-tree failed