From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH 1/2] watchdog: s3c2410_wdt: Remove unneeded initialization Date: Sun, 09 Mar 2014 19:32:41 -0700 Message-ID: <531D2449.4060108@roeck-us.net> References: <1393925675-21636-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail.active-venture.com ([67.228.131.205]:58414 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752834AbaCJCcn (ORCPT ); Sun, 9 Mar 2014 22:32:43 -0400 In-Reply-To: <1393925675-21636-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Sachin Kamat , linux-watchdog@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org, wim@iguana.be On 03/04/2014 01:34 AM, Sachin Kamat wrote: > Initializing clk to NULL as a reset/error condition does not > help as NULL is not an invalid condition w.r.t clk. Remove this > initialization altogether as there is no state retention. > > Signed-off-by: Sachin Kamat Reviewed-by: Guenter Roeck