Re: [PATCH] mmc: queue: Remove unused define

2021-02-08 Thread Ulf Hansson
On Wed, 3 Feb 2021 at 08:23, Chanwoo Lee wrote: > > From: ChanWoo Lee > > MMC_CQE_QUEUE_FULL is not set and is only cleared. > Therefore, define is unnecessary. > > Signed-off-by: ChanWoo Lee Applied for next, thanks! As a next step, we should probably convert the mq->cqe_busy member into a bo

Re: [PATCH] mmc: queue: Remove unused define

2021-02-02 Thread Adrian Hunter
On 3/02/21 9:20 am, Chanwoo Lee wrote: > From: ChanWoo Lee > > MMC_CQE_QUEUE_FULL is not set and is only cleared. > Therefore, define is unnecessary. > > Signed-off-by: ChanWoo Lee Looks like a pre blk-mq remanent. Acked-by: Adrian Hunter > --- > drivers/mmc/core/queue.c | 2 -- > drivers/