From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] Input: mpr121: Switch to using managed resources Date: Wed, 8 Oct 2014 11:17:59 -0700 Message-ID: <20141008181759.GD14423@dtor-ws> References: <1412750911-16759-1-git-send-email-pramod.gurav@smartplayin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pd0-f172.google.com ([209.85.192.172]:57661 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751919AbaJHSSE (ORCPT ); Wed, 8 Oct 2014 14:18:04 -0400 Content-Disposition: inline In-Reply-To: <1412750911-16759-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 12:18:31PM +0530, Pramod Gurav wrote: > This change switches to using devm_* managed resources APIs to > request the resources in probe to simplify probe error path 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