aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/at91sam9g45_defconfig
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2013-03-13 17:11:59 +0100
committerBen Hutchings <ben@decadent.org.uk>2013-05-30 14:34:48 +0100
commit29878cdb099a4703b884aa1e0354fedff9766133 (patch)
treefb96b8e8db7ec2183f8d374fd9c2451b36c30075 /arch/arm/configs/at91sam9g45_defconfig
parenta331e84de8c7f69cf484fcc47713893668e2edeb (diff)
downloadkernel_samsung_smdk4412-29878cdb099a4703b884aa1e0354fedff9766133.zip
kernel_samsung_smdk4412-29878cdb099a4703b884aa1e0354fedff9766133.tar.gz
kernel_samsung_smdk4412-29878cdb099a4703b884aa1e0354fedff9766133.tar.bz2
mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload
commit 91cf54feecf815bec0b6a8d6d9dbd0e219f2f2cc upstream. Fix regression introduced by commit 796211b7953 ("mmc: atmel-mci: add pdc support and runtime capabilities detection") which removed the need for CONFIG_MMC_ATMELMCI_DMA but kept the Kconfig-entry as well as the compile guards around dma_release_channel() in remove(). Consequently, DMA is always enabled (if supported), but the DMA-channel is not released on module unload unless the DMA-config option is selected. Remove the no longer used CONFIG_MMC_ATMELMCI_DMA option completely. Signed-off-by: Johan Hovold <jhovold@gmail.com> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Chris Ball <cjb@laptop.org> [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/arm/configs/at91sam9g45_defconfig')
-rw-r--r--arch/arm/configs/at91sam9g45_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/at91sam9g45_defconfig b/arch/arm/configs/at91sam9g45_defconfig
index 606d48f..8aab786 100644
--- a/arch/arm/configs/at91sam9g45_defconfig
+++ b/arch/arm/configs/at91sam9g45_defconfig
@@ -173,7 +173,6 @@ CONFIG_MMC=y
# CONFIG_MMC_BLOCK_BOUNCE is not set
CONFIG_SDIO_UART=m
CONFIG_MMC_ATMELMCI=y
-CONFIG_MMC_ATMELMCI_DMA=y
CONFIG_LEDS_ATMEL_PWM=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_TIMER=y