From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 12/33] Input: Convert to devm_ioremap_resource() Date: Mon, 21 Jan 2013 16:27:03 +0530 Message-ID: References: <1358762966-20791-1-git-send-email-thierry.reding@avionic-design.de> <1358762966-20791-13-git-send-email-thierry.reding@avionic-design.de> <20130121104946.GA27252@avionic-0098.adnet.avionic-design.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <20130121104946.GA27252@avionic-0098.adnet.avionic-design.de> Sender: linux-kernel-owner@vger.kernel.org To: Thierry Reding Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Dmitry Torokhov , Arnd Bergmann , Wolfram Sang , linux-input@vger.kernel.org List-Id: linux-input@vger.kernel.org On 21 January 2013 16:19, Thierry Reding wrote: > Can you specify why? devm_request_and_ioremap() and the new > devm_ioremap_resource() both already output an error message if they > can't request or ioremap the memory region, so all this does is output a > duplicate error message. because i missed implementations of these routines.. Ignore this comment wherever i gave it :)