Received: by 10.223.185.116 with SMTP id b49csp1786051wrg; Sun, 11 Feb 2018 21:25:31 -0800 (PST) X-Google-Smtp-Source: AH8x225m62x73sc1C6YMthYkdsBnQHc2rQldu8Cfw+W1Z4E9mgutf8n4War8OjulhF15urnNLGcA X-Received: by 2002:a17:902:d904:: with SMTP id c4-v6mr9248109plz.203.1518413131470; Sun, 11 Feb 2018 21:25:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518413131; cv=none; d=google.com; s=arc-20160816; b=IbLLBpNeJJsIA5Ug7OwR2Iy+HpEKR+kUOFojfLR9QYA57qxiRXx73jZYqB3/8luOCa 4MqISn27qxvHtx9k/dUj+kGVUCl80huhMoziVRy8qnzjDjKzL1s9B1VFXBtQvcKBmMat I37434Hwf6AlI7Fxq9aMxwXJyEJT0mzQyjHnXL+KphXFWbb06+Ag/ywPB5WxuBuDj+B4 CGGG7MZBfIkXhxRlrcEFYLSASi3xUIfqtxL07bdRYzTMmRBeDmD38YgpidEDPM0W7/1+ 5OGoTuxF7MTVYL2lUxU/HtZX5pBWNbM6bpa0MnL0uC/L4jEqrpqhvHNGvWbuqLKB1+wD 7eHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=3OnG+z21vqsQjV30YveDInJbYcpDOfFMO6GUWpS7qBc=; b=078zOvrGKi/fzsby+TbcsMKYg17GKCrhW3VMi5cYUn7mSoTFWSXSf3NsC/HdPJx7pP +8ZWPvczXrPqjyVdOMIki2jZGtALQTamYTK4A83RvCDTXbKoHwy53f/rL7JdNRYrSNhm MNdRWBdvTyw03V2AXGuDlonrEytIaFTQy3xVRPccKktOvanrpTGuNNpRuYZ8VDjulRNM 4eJDeOLh3AKdNFQAp0KbBvYQLvaTpkjbCP7aPhcZ9ucwVXTXJFoBeT7ylMZg2XDyYT0R GcX9d/N8Hl71oelsbQ3g912w+3i+oRrqqUwLM5kE9KP5gpiXguPiSYFtDX4tmk9ZfuS9 PaQw== 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 r70si2124188pfd.416.2018.02.11.21.25.17; Sun, 11 Feb 2018 21:25:31 -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 S932793AbeBLFXV (ORCPT + 99 others); Mon, 12 Feb 2018 00:23:21 -0500 Received: from g9t5009.houston.hpe.com ([15.241.48.73]:36686 "EHLO g9t5009.houston.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbeBLFW1 (ORCPT ); Mon, 12 Feb 2018 00:22:27 -0500 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g9t5009.houston.hpe.com (Postfix) with ESMTP id 5584E70; Mon, 12 Feb 2018 05:22:27 +0000 (UTC) Received: from anatevka.ftc.rdlabs.hpecorp.net (anatevka.americas.hpqcorp.net [10.34.81.6]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id D83C94A; Mon, 12 Feb 2018 05:22:26 +0000 (UTC) From: Jerry Hoemann To: wim@linux-watchdog.org, linux@roeck-us.net Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, rwright@hpe.com, maurice.a.saldivar@hpe.com, Jerry Hoemann Subject: [PATCH v2 11/11] watchdog/hpwdt: Update driver version. Date: Sun, 11 Feb 2018 22:21:11 -0700 Message-Id: <20180212052111.12010-12-jerry.hoemann@hpe.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180212052111.12010-1-jerry.hoemann@hpe.com> References: <20180212052111.12010-1-jerry.hoemann@hpe.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update driver version number to reflect changes. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index bb0dcc8709b8..78168e2f9b4e 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -23,7 +23,7 @@ #include -#define HPWDT_VERSION "1.4.0" +#define HPWDT_VERSION "2.0.0" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) #define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000) #define HPWDT_MAX_TIMER TICKS_TO_SECS(65535) -- 2.13.6