Loading drivers/mmc/host/cmdq_hci.c +7 −5 Original line number Diff line number Diff line Loading @@ -888,6 +888,7 @@ static void cmdq_finish_data(struct mmc_host *mmc, unsigned int tag) cmdq_runtime_pm_put(cq_host); if (!(mrq->cmdq_req->cmdq_req_flags & DCMD)) { if (cq_host->ops->crypto_cfg_end) { err = cq_host->ops->crypto_cfg_end(mmc, mrq); if (err) { Loading @@ -895,6 +896,7 @@ static void cmdq_finish_data(struct mmc_host *mmc, unsigned int tag) mmc_hostname(mmc), err, tag); } } } if (!(cq_host->caps & CMDQ_CAP_CRYPTO_SUPPORT) && cq_host->ops->crypto_cfg_reset) cq_host->ops->crypto_cfg_reset(mmc, tag); Loading Loading
drivers/mmc/host/cmdq_hci.c +7 −5 Original line number Diff line number Diff line Loading @@ -888,6 +888,7 @@ static void cmdq_finish_data(struct mmc_host *mmc, unsigned int tag) cmdq_runtime_pm_put(cq_host); if (!(mrq->cmdq_req->cmdq_req_flags & DCMD)) { if (cq_host->ops->crypto_cfg_end) { err = cq_host->ops->crypto_cfg_end(mmc, mrq); if (err) { Loading @@ -895,6 +896,7 @@ static void cmdq_finish_data(struct mmc_host *mmc, unsigned int tag) mmc_hostname(mmc), err, tag); } } } if (!(cq_host->caps & CMDQ_CAP_CRYPTO_SUPPORT) && cq_host->ops->crypto_cfg_reset) cq_host->ops->crypto_cfg_reset(mmc, tag); Loading