From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pd0-f182.google.com ([209.85.192.182]:33317 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752105AbaBIUIY (ORCPT ); Sun, 9 Feb 2014 15:08:24 -0500 Date: Sun, 9 Feb 2014 12:08:23 -0800 From: Guenter Roeck To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [03/10] watchdog: xilinx: Simplify probe and remove functions Message-ID: <20140209200823.GA1697@roeck-us.net> References: <578455fd630e70b5de8bae6091568f05e7769057.1391177880.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <578455fd630e70b5de8bae6091568f05e7769057.1391177880.git.michal.simek@xilinx.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Fri, Jan 31, 2014 at 10:18:12PM -0000, Michal Simek wrote: > Use devm_ helper function to simplify probe and error path. > Move ioremap to the beginning of probe function. > > Signed-off-by: Michal Simek > Reviewed-by: Guenter Roeck From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Sun, 9 Feb 2014 12:08:23 -0800 Subject: [03/10] watchdog: xilinx: Simplify probe and remove functions In-Reply-To: <578455fd630e70b5de8bae6091568f05e7769057.1391177880.git.michal.simek@xilinx.com> References: <578455fd630e70b5de8bae6091568f05e7769057.1391177880.git.michal.simek@xilinx.com> Message-ID: <20140209200823.GA1697@roeck-us.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jan 31, 2014 at 10:18:12PM -0000, Michal Simek wrote: > Use devm_ helper function to simplify probe and error path. > Move ioremap to the beginning of probe function. > > Signed-off-by: Michal Simek > Reviewed-by: Guenter Roeck