From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752380AbaBIUF2 (ORCPT ); Sun, 9 Feb 2014 15:05:28 -0500 Received: from mail.active-venture.com ([67.228.131.205]:56289 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337AbaBIUF1 (ORCPT ); Sun, 9 Feb 2014 15:05:27 -0500 X-Originating-IP: 108.223.40.66 Message-ID: <52F7DF87.9040409@roeck-us.net> Date: Sun, 09 Feb 2014 12:05:27 -0800 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Michal Simek , linux-kernel@vger.kernel.org, monstr@monstr.eu CC: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 02/10] watchdog: xilinx: Move control_status_reg to functions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/31/2014 06:18 AM, Michal Simek wrote: > control_status_reg is temp variables and should be > used locally by specific function. > > Signed-off-by: Michal Simek Reviewed-by: Guenter Roeck