Received: by 10.223.185.116 with SMTP id b49csp255565wrg; Sat, 10 Feb 2018 06:31:28 -0800 (PST) X-Google-Smtp-Source: AH8x226VSghqAGNzc70hd871A7Yh2RvjmjvrvdoFakzz5ILwowhAta1eAVK5IM8jjvlscbv46nlG X-Received: by 10.98.152.11 with SMTP id q11mr6259490pfd.131.1518273088097; Sat, 10 Feb 2018 06:31:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518273088; cv=none; d=google.com; s=arc-20160816; b=yW3u22I+Ap6EsBkh8oCtfUXeGGcVOiiTgzpnlbnW7xe5UVSklcAc041UnCJz9iuA3I 3bjvilDZGay+W5odbwrcYt/Aw0c9Itcxzz0aIdpQD14nOUv6b9wg+OpysG0PTat/V2FG LadHl1p/Llo3oKvFJlNsaY+xzd5pWVRXUjStCYbmshAUCnrlJFKCGapkmMwRZUXD+QFl Hqk1gT6VGNxWw8OkSdVzgzz/Bq8fvX30WJzhCmFGQ1+YhWmR+a3an3skh10p3t1hNbTa THF/X/y0sZGtXPlsMhNwHXdbhq3zyNqBtsWcZSPxxpcc3xji7NiXru4QQCGd1NVEF/Ga tGOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=BWZDLg5pTWgjXNcw8eAgTTXyjE4+xdJmLc3d1z+cE+A=; b=Ao7wtIU2pBpCtU8ZlU5mTyqKaP1kZC82R4uBMHPdkeEtPbmd96VKwzUpCOedFfJOzw bdUNTNMQR9ZF7bBABHlA5XRCLbQUwrexWMUgJzD455B8laknnbSGpw7VWCi//tMb5WPO IluOyLak3Eq/oHclYpna/Lw1bVlQm3WHVsB/9Q5eEQ05CDFpGM4q6ris/h79gH1/yKZ5 6VCpJ0yJ8AtSKlWDR4q+xSqm7PAsxATCGhkBXM+alDoBAhKuNTqTTtZEUsveYibuRJ4U cpCPR58VHVTcpANc0g2Elucq+XuuHUebP1scXehaNTPKwZVoqDtRpJug187mDybSWhTl V0Sw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o18si3375451pfa.407.2018.02.10.06.30.59; Sat, 10 Feb 2018 06:31:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751157AbeBJO35 (ORCPT + 99 others); Sat, 10 Feb 2018 09:29:57 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:54111 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750907AbeBJO34 (ORCPT ); Sat, 10 Feb 2018 09:29:56 -0500 Received: by mail.free-electrons.com (Postfix, from userid 110) id B5D2920644; Sat, 10 Feb 2018 15:29:53 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [65.121.179.124]) by mail.free-electrons.com (Postfix) with ESMTPSA id 085F420146; Sat, 10 Feb 2018 15:29:42 +0100 (CET) Date: Sat, 10 Feb 2018 15:29:41 +0100 From: Alexandre Belloni To: Marcus Folkesson Cc: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Mark Rutland , Carlo Caione , Kevin Hilman , Matthias Brugger , Barry Song , Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Vladimir Zapolskiy , Sylvain Lemieux , Nicolas Ferre , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v2 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree Message-ID: <20180210142940.GA2452@piout.net> References: <20180210091911.3644-1-marcus.folkesson@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180210091911.3644-1-marcus.folkesson@gmail.com> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/02/2018 at 10:19:05 +0100, Marcus Folkesson wrote: > watchdog_init_timeout() will allways pick timeout_param since it > defaults to a valid timeout. > > Following best practice described in > Documentation/watchdog/watchdog-kernel-api.txt to make use of > the parameter logic. > > Signed-off-by: Marcus Folkesson > Reviewed-by: Guenter Roeck Reviewed-by: Alexandre Belloni -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com