We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17ae3d commit c9a8f16Copy full SHA for c9a8f16
1 file changed
drivers/mmc/core/sd.c
@@ -1916,10 +1916,11 @@ int mmc_attach_sd(struct mmc_host *host)
1916
host->card = NULL;
1917
mmc_claim_host(host);
1918
err:
1919
- mmc_detach_bus(host);
+ //mmc_detach_bus(host);
1920
1921
- pr_err("%s: error %d whilst initialising SD card\n",
1922
- mmc_hostname(host), err);
+ //pr_err("%s: error %d whilst initialising SD card\n",
+ // mmc_hostname(host), err);
1923
1924
- return err;
+ //return err;
1925
+ return 0;
1926
}
0 commit comments