aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.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
commit29a33c9e0a811c77e96450bcbadb4dfb9b8337a9 (patch)
tree4ec95bffdfdef26bbe4a1395b5a02181eaa1809a /target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch
parentcea8debc609595838b813f5174982d3cfc2929ac (diff)
downloadmaster-187ad058-29a33c9e0a811c77e96450bcbadb4dfb9b8337a9.tar.gz
master-187ad058-29a33c9e0a811c77e96450bcbadb4dfb9b8337a9.tar.bz2
master-187ad058-29a33c9e0a811c77e96450bcbadb4dfb9b8337a9.zip
atheros: do not initialize statics to 0 or false
as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41086 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch')
-rw-r--r--target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch
index 35344ca73a..58cccd0e32 100644
--- a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch
+++ b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch
@@ -4,7 +4,7 @@
static int ar231x_mdiobus_reset(struct mii_bus *bus);
static int ar231x_mdiobus_probe (struct net_device *dev);
static void ar231x_adjust_link(struct net_device *dev);
-+static bool no_phy = false;
++static bool no_phy;
#ifndef ERR
#define ERR(fmt, args...) printk("%s: " fmt, __func__, ##args)