From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] Input: pxa27x_keypad: Switch to using managed resources Date: Wed, 8 Oct 2014 11:25:38 -0700 Message-ID: <20141008182538.GE14423@dtor-ws> References: <1412765411-6480-1-git-send-email-pramod.gurav@smartplayin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f51.google.com ([209.85.220.51]:56648 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946AbaJHSZm (ORCPT ); Wed, 8 Oct 2014 14:25:42 -0400 Content-Disposition: inline In-Reply-To: <1412765411-6480-1-git-send-email-pramod.gurav@smartplayin.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Pramod Gurav Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org On Wed, Oct 08, 2014 at 04:20:11PM +0530, Pramod Gurav wrote: > This change switches to using devm_* APIs to allocate resources. > This helps to simplify failure path in probe function and module > unloading and does away with remove function. > > Cc: Dmitry Torokhov > Cc: linux-input@vger.kernel.org > Signed-off-by: Pramod Gurav I'll queue it for 3.19. Thanks. -- Dmitry