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, 3 Oct 2012 14:05:15 +0000 (10:05 -0400)
commit1c2215b7c6f20a65877431a5ebb4f9a789df3811
tree057f35ba530ca8cd4ad564c743bfa2b50b4a55de
parentbb8bdc77efdecc868d522691487d261ac32d3237
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