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/220-enet_micrel_workaround.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch') 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 35344ca..58cccd0 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) -- cgit v1.1