From: Jagdish Tirumala <t.jag587@gmail.com>
To: wim@linux-watchdog.org, linux@roeck-us.net,
yamada.masahiro@socionext.com
Cc: linux-watchdog@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Jagdish Tirumala <t.jag587@gmail.com>
Subject: [PATCH] WATCHDOG: uniphier_wdt.c: Fixed error do not initialise statics to 0
Date: Wed, 12 Sep 2018 08:33:54 -0700 [thread overview]
Message-ID: <20180912153354.4658-1-t.jag587@gmail.com> (raw)
Fixed error do not initialise statics to 0
in file drivers/watchdog/uniphier_wdt.c
Signed-off-by: Jagdish Tirumala <t.jag587@gmail.com>
---
drivers/watchdog/uniphier_wdt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/uniphier_wdt.c b/drivers/watchdog/uniphier_wdt.c
index e20a7a459d69..2c62ad7250fb 100644
--- a/drivers/watchdog/uniphier_wdt.c
+++ b/drivers/watchdog/uniphier_wdt.c
@@ -41,7 +41,7 @@
#define WDT_PERIOD_MIN 1
#define WDT_PERIOD_MAX 128
-static unsigned int timeout = 0;
+static unsigned int timeout;
static bool nowayout = WATCHDOG_NOWAYOUT;
struct uniphier_wdt_dev {
--
2.17.1
next reply other threads:[~2018-09-12 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-12 15:33 Jagdish Tirumala [this message]
2018-09-12 16:02 ` [PATCH] WATCHDOG: uniphier_wdt.c: Fixed error do not initialise statics to 0 Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180912153354.4658-1-t.jag587@gmail.com \
--to=t.jag587@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=wim@linux-watchdog.org \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).