mmc: dw_mmc: fixed wrong regulator_enable in suspend/resume
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 11 May 2011 06:52:39 +0000 (15:52 +0900)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 03:53:56 +0000 (23:53 -0400)
commit1d6c4e0a00399de9de3f066de175eb5fcc4b7b46
tree793d02e138b86753f8a2eba04a8cae2eb97c9074
parent2595880481ac894d390365092de9aaf92b44e147
mmc: dw_mmc: fixed wrong regulator_enable in suspend/resume

regulator_enable() was incorrectly placed in the suspend function
instead of the resume function.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c