]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: dw_mmc: allow probe to succeed even if one slot is initialized
authorThomas Abraham <thomas.abraham@linaro.org>
Mon, 17 Sep 2012 18:16:37 +0000 (18:16 +0000)
committerChris Ball <cjb@laptop.org>
Wed, 19 Sep 2012 08:29:49 +0000 (16:29 +0800)
commitf7c268c01b8b9787ead8a5d7d7ef403f2fb219ae
treea3ab859b88292b082606d31b863768be5c7774e9
parenta30eeee14cfdb467be146707af4196094cafe184
mmc: dw_mmc: allow probe to succeed even if one slot is initialized

Instead of aborting the probe when a slot initialization fails, allow
initialization of as many slots as possible. If there is at least one
instance of a slot that is successfully initialized, allow the driver
probe to succeed.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c