Loading drivers/mmc/core/core.c +1 −2 Original line number Diff line number Diff line Loading @@ -1605,8 +1605,7 @@ struct mmc_async_req *mmc_start_req(struct mmc_host *host, if (host->areq) mmc_post_req(host, host->areq->mrq, 0); /* Cancel a prepared request if it was not started. */ if ((err || start_err) && areq) if (err && areq) mmc_post_req(host, areq->mrq, -EINVAL); if (err) Loading Loading
drivers/mmc/core/core.c +1 −2 Original line number Diff line number Diff line Loading @@ -1605,8 +1605,7 @@ struct mmc_async_req *mmc_start_req(struct mmc_host *host, if (host->areq) mmc_post_req(host, host->areq->mrq, 0); /* Cancel a prepared request if it was not started. */ if ((err || start_err) && areq) if (err && areq) mmc_post_req(host, areq->mrq, -EINVAL); if (err) Loading