]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap_hsmmc: use runtime put sync in probe error patch
authorBalaji T K <balajitk@ti.com>
Fri, 24 Feb 2012 15:44:33 +0000 (21:14 +0530)
committerChris Ball <cjb@laptop.org>
Fri, 6 Apr 2012 00:32:27 +0000 (20:32 -0400)
commite52dd5752e46d0edf437501624129a4d70d61e3c
tree8b33d0e23a0ec8e1b0886f820ebd0979815df891
parentce09c13f50a9580f35ff14c8d1b7a63093572f40
mmc: omap_hsmmc: use runtime put sync in probe error patch

pm_runtime_put_sync instead of autosuspend pm runtime API
because iounmap(host->base) follows immediately.

Reported-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Venkatraman S <svenkatr@ti.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap_hsmmc.c