Skip to content

Commit fc89550

Browse files
committed
igaf what volt u support u better off work in 1.8v
1 parent 94d2901 commit fc89550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/core/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ u32 mmc_select_voltage(struct mmc_host *host, u32 ocr)
11341134
ocr &= host->ocr_avail;
11351135
if (!ocr) {
11361136
dev_warn(mmc_dev(host), "no support for card's volts\n");
1137-
return 0;
1137+
// return 0;
11381138
}
11391139

11401140
if (!mmc_card_uhs2(host) && host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) {

0 commit comments

Comments
 (0)