|
@@ -1138,11 +1138,6 @@ static void sdmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
|
|
|
dev_dbg(sdmmc_dev(host), "%s\n", __func__);
|
|
|
mutex_lock(&ucr->dev_mutex);
|
|
|
|
|
|
- if (rtsx_usb_card_exclusive_check(ucr, RTSX_USB_SD_CARD)) {
|
|
|
- mutex_unlock(&ucr->dev_mutex);
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
sd_set_power_mode(host, ios->power_mode);
|
|
|
sd_set_bus_width(host, ios->bus_width);
|
|
|
sd_set_timing(host, ios->timing, &host->ddr_mode);
|