From 58d70ff9b3d15880df72e4cb122ba786b9a9cd64 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jun 2014 09:05:47 +0000 Subject: atheros: do not initialize statics to 0 or false as suggested by checkpatch. Signed-off-by: Sergey Ryazanov SVN-Revision: 41086 --- target/linux/atheros/patches-3.10/130-watchdog.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/atheros/patches-3.10/130-watchdog.patch') diff --git a/target/linux/atheros/patches-3.10/130-watchdog.patch b/target/linux/atheros/patches-3.10/130-watchdog.patch index f98b6b2168..506b5f9561 100644 --- a/target/linux/atheros/patches-3.10/130-watchdog.patch +++ b/target/linux/atheros/patches-3.10/130-watchdog.patch @@ -44,8 +44,8 @@ +#define HEARTBEAT(x) (x < 1 || x > 90 ? 20 : x) + +static int wdt_timeout = 20; -+static int started = 0; -+static int in_use = 0; ++static int started; ++static int in_use; + +static void +ar2315_wdt_enable(void) -- cgit v1.2.3