diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:47 +0000 |
commit | 58d70ff9b3d15880df72e4cb122ba786b9a9cd64 (patch) | |
tree | 5c5f8dfff022c41b91c17d8c96ccc0616e82c007 /target/linux/atheros/patches-3.10/100-board.patch | |
parent | 8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed (diff) | |
download | upstream-58d70ff9b3d15880df72e4cb122ba786b9a9cd64.tar.gz upstream-58d70ff9b3d15880df72e4cb122ba786b9a9cd64.tar.bz2 upstream-58d70ff9b3d15880df72e4cb122ba786b9a9cd64.zip |
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.patch | 2 |
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 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) +{ |