Re: [PATCH 3/4] mmc: host: tmio: don't BUG on unsupported stop commands

2017-02-13 Thread Simon Horman
On Sun, Feb 12, 2017 at 12:12:26PM +0100, Wolfram Sang wrote: > Halting the kernel on an unsupported stop command seems overkill, report > the error and say what we already did (due to autocmd12) instead. > > Signed-off-by: Wolfram Sang Reviewed-by: Simon

[PATCH 3/4] mmc: host: tmio: don't BUG on unsupported stop commands

2017-02-12 Thread Wolfram Sang
Halting the kernel on an unsupported stop command seems overkill, report the error and say what we already did (due to autocmd12) instead. Signed-off-by: Wolfram Sang --- drivers/mmc/host/tmio_mmc_pio.c | 9 + 1 file changed, 5 insertions(+), 4