diff options
author | Luca Porzio <porzio@gmail.com> | 2021-02-15 01:32:18 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2021-03-30 11:42:02 +0200 |
commit | 407a1c570f9248886be21a396c0ea7f7f5e7b3cc (patch) | |
tree | 00927fa964f5b60332acb0a2f70836dcbae106c9 /drivers/mmc/core/queue.h | |
parent | 6f1d3247662acef35ef6882528028b4b470baab4 (diff) | |
download | linux-407a1c570f9248886be21a396c0ea7f7f5e7b3cc.tar.gz linux-407a1c570f9248886be21a396c0ea7f7f5e7b3cc.tar.bz2 linux-407a1c570f9248886be21a396c0ea7f7f5e7b3cc.zip |
mmc: core: Remove mq->use_cqe from the struct mmc_queue
The host->cqe_enabled is already containing the needed information about
whether the CQE is enabled or not, hence there is no need to keep another
copy of it around.
Signed-off-by: Luca Porzio <lporzio@micron.com>
Signed-off-by: Zhan Liu <zliua@micron.com>
Link: https://lore.kernel.org/r/20210215003217.GA12240@lupo-laptop
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/core/queue.h')
-rw-r--r-- | drivers/mmc/core/queue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h index 57c59b6cb1b9..3319d8ab57d0 100644 --- a/drivers/mmc/core/queue.h +++ b/drivers/mmc/core/queue.h @@ -82,7 +82,6 @@ struct mmc_queue { unsigned int cqe_busy; #define MMC_CQE_DCMD_BUSY BIT(0) bool busy; - bool use_cqe; bool recovery_needed; bool in_recovery; bool rw_wait; |