Loading drivers/mmc/core/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,7 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) mrq->stop->resp[0], mrq->stop->resp[1], mrq->stop->resp[2], mrq->stop->resp[3]); } mmc_host_clk_release(host); } /* * Request starter must handle retries - see Loading @@ -1083,7 +1084,6 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) if (mrq->done) mrq->done(mrq); mmc_host_clk_release(host); } EXPORT_SYMBOL(mmc_request_done); Loading Loading
drivers/mmc/core/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,7 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) mrq->stop->resp[0], mrq->stop->resp[1], mrq->stop->resp[2], mrq->stop->resp[3]); } mmc_host_clk_release(host); } /* * Request starter must handle retries - see Loading @@ -1083,7 +1084,6 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) if (mrq->done) mrq->done(mrq); mmc_host_clk_release(host); } EXPORT_SYMBOL(mmc_request_done); Loading