Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161069Ab3CVQ6n (ORCPT ); Fri, 22 Mar 2013 12:58:43 -0400 Received: from void.printf.net ([89.145.121.20]:43702 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1160998Ab3CVQ6l (ORCPT ); Fri, 22 Mar 2013 12:58:41 -0400 From: Chris Ball To: Ludovic Desroches Cc: Johan Hovold , linux-mmc@vger.kernel.org, Nicolas Ferre , linux-kernel@vger.kernel.org, stable , Haavard Skinnemoen , linux-arm-kernel@lists.infradead.org, Hans-Christian Egtvedt Subject: Re: [PATCH] ARM: at91/avr32/atmel-mci: fix DMA-channel leak on module unload References: <1363191119-4948-1-git-send-email-jhovold@gmail.com> <46568.1708221838$1363345027@news.gmane.org> Date: Fri, 22 Mar 2013 12:58:35 -0400 In-Reply-To: <46568.1708221838$1363345027@news.gmane.org> (Ludovic Desroches's message of "Fri, 15 Mar 2013 11:56:06 +0100") Message-ID: <87ehf7mkw4.fsf@octavius.laptop.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1207 Lines: 33 Hi, On Fri, Mar 15 2013, Ludovic Desroches wrote: > On Wed, Mar 13, 2013 at 05:11:59PM +0100, Johan Hovold wrote: >> 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. >> >> Cc: stable >> Signed-off-by: Johan Hovold > > Hi Johan, > > Good point so > > Acked-by: Ludovic Desroches Thanks, I'll merge this via the MMC tree if no-one objects. - Chris. -- Chris Ball One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/