Commits
Andrew F. Davis committed 92475e86b71
mmc: arasan_sdhci: Fix host->mmc null pointer dereference The mmc structure in host is used before it is assigned, move the assignment of host->mmc to before its first use. Signed-off-by: Andrew F. Davis <afd@ti.com>