linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp 96a9789306 staging: mt7621-mmc: Remove initialisation in msdc_dma_config
Current code initialises the variable sg at the beginning of the
msdc_dma_config function. This is not necessary, because the variable
is assigned by the for_each_sg macro later on.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-06 19:08:07 -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: Remove initialisation in msdc_dma_config 2018-05-06 19:08:07 -07:00
TODO