Skip to content

Commit c9a8f16

Browse files
committed
igaf what volt u support u better off work in 1.8v
1 parent e17ae3d commit c9a8f16

File tree

1 file changed

+5
-4
lines changed
  • drivers/mmc/core

1 file changed

+5
-4
lines changed

drivers/mmc/core/sd.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,10 +1916,11 @@ int mmc_attach_sd(struct mmc_host *host)
19161916
host->card = NULL;
19171917
mmc_claim_host(host);
19181918
err:
1919-
mmc_detach_bus(host);
1919+
//mmc_detach_bus(host);
19201920

1921-
pr_err("%s: error %d whilst initialising SD card\n",
1922-
mmc_hostname(host), err);
1921+
//pr_err("%s: error %d whilst initialising SD card\n",
1922+
// mmc_hostname(host), err);
19231923

1924-
return err;
1924+
//return err;
1925+
return 0;
19251926
}

0 commit comments

Comments
 (0)