diff options
| author | Johan Hovold <[email protected]> | 2013-03-13 17:11:59 +0100 |
|---|---|---|
| committer | Chris Ball <[email protected]> | 2013-03-22 12:57:22 -0400 |
| commit | 91cf54feecf815bec0b6a8d6d9dbd0e219f2f2cc (patch) | |
| tree | 97bf59680c63526b921a0e069eb4caa1ec04317f /tools/perf/scripts/python/bin | |
| parent | 0f6e73d0abde95973354b4921b4d08acf01a8b5c (diff) | |
mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload
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 <[email protected]>
Acked-by: Ludovic Desroches <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions