mmc: core: Remove unnecessary retry mechanism at SDIO attach
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 12 Sep 2013 14:38:56 +0000 (16:38 +0200)
committerlintao <lintao@rock-chips.com>
Fri, 7 Mar 2014 09:26:33 +0000 (17:26 +0800)
commit87729899aa164d6f9a328a7b54b1fcdb27ef8478
treedcd75c2bcde94afa1d5af541352ca353ef4e7685
parent3bbdce336792ae04734b399c8ed66c5cfc1773d2
mmc: core: Remove unnecessary retry mechanism at SDIO attach

The retry and fallback mechanism when failing to switch to 1.8V
signaling voltage is handled by the SDIO card init function. Thus we
can remove the duplicated old code from the attach function.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/sdio.c