commit | 85e727edb963459d13cdd9ce84c335d251a005a7 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Thu May 31 20:31:47 2012 +0900 |
committer | Chris Ball <cjb@laptop.org> | Wed Jun 06 09:49:47 2012 -0400 |
tree | cfa8fe464a986f5e490ce4dd3537a3b5f3629a5d | |
parent | ebbe6f889f36d35f4d1757ba2ecc0af6150bf12b [diff] |
mmc: core: return an error on suspend if mmc_deselect_cards fails When mmc_host is not spi mode, mmc/sd is doing mmc_deselect_cards(). mmc_deselect_cards could be returned error. If returned error, we can know something wrong when enter suspend. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>