From: Micky Ching Date: Mon, 17 Feb 2014 08:45:46 +0000 (+0800) Subject: mmc: rtsx: fix card poweroff bug X-Git-Tag: v3.15-rc1~42^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640e09bc45f5d03622da5230d131c0bfd0d2da3f;p=pandora-kernel.git mmc: rtsx: fix card poweroff bug If the host driver removed while card in the slot, the host will not power off card power correctly. This bug is produced because host eject flag set before the last mmc_set_ios callback, we should set the eject flag after power off. Signed-off-by: Micky Ching Signed-off-by: Chris Ball --- Reading git-diff-tree failed