From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH RESEND] serial/amba-pl011: use devm_* managed resources Date: Mon, 15 Oct 2012 15:52:36 +0200 Message-ID: <20121015135236.GX12801@game.jcrosoft.org> References: <1350300961-7036-1-git-send-email-linus.walleij@stericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1350300961-7036-1-git-send-email-linus.walleij@stericsson.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij Cc: Anmar Oueja , Greg Kroah-Hartman , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org List-Id: linux-serial@vger.kernel.org On 13:36 Mon 15 Oct , Linus Walleij wrote: > From: Linus Walleij > > This switches a bunch of allocation and remapping to use the > devm_* garbage collected methods and cleans up the error > path and remove() paths consequently. > > devm_ioremap() is only in so fix up the > erroneous include as well. > > Signed-off-by: Linus Walleij Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.