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>
Sat, 31 Mar 2018 14:54:27 +0000 (15:54 +0100)
commit943c128ea9463ec2375c466c8573cc32e355e7fb
treefd2f1c86988ef87cc9945d211daf0285e62cb1c0
parente9a386af409d505a810d725185141ef207ad452d
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