commit | 640e09bc45f5d03622da5230d131c0bfd0d2da3f | [log] [tgz] |
---|---|---|
author | Micky Ching <micky_ching@realsil.com.cn> | Mon Feb 17 16:45:46 2014 +0800 |
committer | Chris Ball <chris@printf.net> | Sat Feb 22 13:33:38 2014 -0500 |
tree | b5f5d890f57eacb170bfef987978a8c56a6b7d85 | |
parent | 9107ebbf9652c033eb5dd10a6ea34a132db3cde1 [diff] |
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 <micky_ching@realsil.com.cn> Signed-off-by: Chris Ball <chris@printf.net>