summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.10/100-board.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:05:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:05:47 +0000
commit58d70ff9b3d15880df72e4cb122ba786b9a9cd64 (patch)
tree5c5f8dfff022c41b91c17d8c96ccc0616e82c007 /target/linux/atheros/patches-3.10/100-board.patch
parent8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed (diff)
downloadmtk-20170518-58d70ff9b3d15880df72e4cb122ba786b9a9cd64.zip
mtk-20170518-58d70ff9b3d15880df72e4cb122ba786b9a9cd64.tar.gz
mtk-20170518-58d70ff9b3d15880df72e4cb122ba786b9a9cd64.tar.bz2
atheros: do not initialize statics to 0 or false
as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41086
Diffstat (limited to 'target/linux/atheros/patches-3.10/100-board.patch')
-rw-r--r--target/linux/atheros/patches-3.10/100-board.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch
index df7dcf6..7192a7b 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)
+{