any question, pls ask junqiang.tang@amlogic.com
Change-Id: I19380edc37d17d99c7f6b827873964b28909d53a
addr += ttl_len;
sdio_claim_host(sdio_func);
- mmc_set_data_timeout(&mmc_dat, sdio_func->card);
- mmc_wait_for_req(host, &mmc_req);
+ //mmc_set_data_timeout(&mmc_dat, sdio_func->card);
+ //mmc_wait_for_req(host, &mmc_req);
+ //tustin haha
sdio_release_host(sdio_func);
err_ret = mmc_cmd.error? mmc_cmd.error : mmc_dat.error;
int err = 0;
int try_cnt = 0;
- if (!bus->dhd->conf->kso_enable)
+ //if (!bus->dhd->conf->kso_enable) //add by tustin 2014/11/04
return 0;
KSO_DBG(("%s> op:%s\n", __FUNCTION__, (on ? "KSO_SET" : "KSO_CLR")));