OSDN Git Service

mmc: queue: Remove BUG_ON() in cmdq_thread
authorVijay Viswanath <vviswana@codeaurora.org>
Fri, 17 Mar 2017 13:26:18 +0000 (18:56 +0530)
committerGerrit - the friendly Code Review server <code-review@localhost>
Mon, 1 May 2017 09:05:40 +0000 (02:05 -0700)
commitd212c508bd8ee6888d1a9df9e905244c64078151
tree0fd446e5881603d899f894fff378877834188856
parent1ccabf65ac2fe97fbd2f2ca3a06905f52c16e50c
mmc: queue: Remove BUG_ON() in cmdq_thread

If any discard requests fails, the mmc driver should not cause kernel
panic. The error handling and informing block layer about error will be
done by completion context.

Change-Id: I0c88ad851ad12c392a557bcb94d3b21dfc62d1f8
Signed-off-by: Vijay Viswanath <vviswana@codeaurora.org>
drivers/mmc/card/queue.c