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/100-board.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/patches-3.10/100-board.patch') diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch index df7dcf6020..7192a7b1dc 100644 --- a/target/linux/atheros/patches-3.10/100-board.patch +++ b/target/linux/atheros/patches-3.10/100-board.patch @@ -2147,7 +2147,7 @@ +#include "devices.h" +#include "ar2315.h" + -+static u32 gpiointmask = 0, gpiointval = 0; ++static u32 gpiointmask, gpiointval; + +static inline void ar2315_gpio_irq(void) +{ -- cgit v1.2.3