bcm2835-mmc: Fix DMA usage
authorPhil Elwell <phil@raspberrypi.org>
Fri, 14 Jul 2017 11:59:55 +0000 (12:59 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 03:08:52 +0000 (03:08 +0000)
commit6e4bea7c8812f693319d9372f9e50b24ca8db51f
tree7415cafc382cf1b6be79e71230e0faedb416222a
parentf45d7cfddf5cdef603b18341fc2c037265a5f263
bcm2835-mmc: Fix DMA usage

The previous change ("bcm2835-mmc: Only claim one DMA channel")
used an incorrect variable, the effect of which was to prevent
DMA from being used at all. Fix that bug by using the right
variable.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
drivers/mmc/host/bcm2835-mmc.c