git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb27a84
)
mmc: omap_hsmmc: fix host reference after mmc_free_host
author
Balaji T K
<balajitk@ti.com>
Mon, 15 Oct 2012 16:05:07 +0000
(21:35 +0530)
committer
Chris Ball
<cjb@laptop.org>
Wed, 7 Nov 2012 19:55:31 +0000
(14:55 -0500)
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>
No differences found