linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp eafda89222 staging: mt7621-mmc: Do not BUG() if mrq set in msdc_ops_request
Currently the code BUG()'s, if host->mrq is set at the beginning of
msdc_ops_request. This shoould normally not happen, but it is not that
critical, because the critical sections are protected by a spin lock
and in the worst case, some commands to the card are lost, so it is
sufficient to just WARN_ON().

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-06 19:08:06 -07:00
..
board.h staging: mt7621-mmc: Remove unused sdio irq code 2018-05-06 19:08:06 -07:00
dbg.c staging: mt7621-mmc: Remove unused global dma_size 2018-05-06 19:08:06 -07:00
dbg.h staging: mt7621-mmc: Remove unused global dma_size 2018-05-06 19:08:06 -07:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Remove unused field abort from msdc_host 2018-05-06 19:08:06 -07:00
sd.c staging: mt7621-mmc: Do not BUG() if mrq set in msdc_ops_request 2018-05-06 19:08:06 -07:00
TODO