Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755179Ab3FRIso (ORCPT ); Tue, 18 Jun 2013 04:48:44 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:47272 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754936Ab3FRIpe (ORCPT ); Tue, 18 Jun 2013 04:45:34 -0400 MIME-Version: 1.0 In-Reply-To: <51C01BC3.4060100@ti.com> References: <1371481078-18058-1-git-send-email-prabhakar.csengg@gmail.com> <51C01BC3.4060100@ti.com> From: Prabhakar Lad Date: Tue, 18 Jun 2013 14:15:13 +0530 Message-ID: Subject: Re: [PATCH v2] ARM: edma: Convert to devm_* api To: Sekhar Nori Cc: Russell King , Mark Brown , Chris Ball , LAK , DLOS , LKML , "Fernandes, Joel A" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 26 Hi Sekhar, On Tue, Jun 18, 2013 at 2:05 PM, Sekhar Nori wrote: > On 6/17/2013 8:27 PM, Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> Use devm_ioremap_resource instead of reques_mem_region()/ioremap(), >> devm_request_irq() instead of request_irq() and kzalloc() calls to >> devm_kzalloc(). >> >> This ensures more consistent error values and simplifies error paths. >> >> Signed-off-by: Lad, Prabhakar > > Nice clean-up. The patch did not build since was not > included. I fixed it locally and applied to v3.11/soc-2 branch of my tree. > Thanks for fixing it. Regards, --Prabhakar Lad -- 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/