Re: [stable/4.14.y PATCH 3/3] mmc: Kill the request if the queuedata has been removed

2019-05-13 Thread Greg KH
On Mon, May 13, 2019 at 11:55:21AM -0600, Raul E Rangel wrote: > No reason to even try processing the request if the queue is shutting > down. > > Signed-off-by: Raul E Rangel > --- > > drivers/mmc/core/queue.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is not the correct w

[stable/4.14.y PATCH 3/3] mmc: Kill the request if the queuedata has been removed

2019-05-13 Thread Raul E Rangel
No reason to even try processing the request if the queue is shutting down. Signed-off-by: Raul E Rangel --- drivers/mmc/core/queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c index bd7d521d5ad9d..e7ac7163fafa4 100644