[OpenWrt-Devel] [PATCH 07/32] atheros: remove useless return

Sergey Ryazanov ryazanov.s.a at gmail.com
Thu Sep 11 22:00:24 EDT 2014


Remove useless void function return.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a at gmail.com>
---
 target/linux/atheros/patches-3.14/100-board.patch                  | 3 +--
 target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch        | 6 +-----
 target/linux/atheros/patches-3.14/220-enet_micrel_workaround.patch | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/target/linux/atheros/patches-3.14/100-board.patch b/target/linux/atheros/patches-3.14/100-board.patch
index 5fae3f3..a19e4b3 100644
--- a/target/linux/atheros/patches-3.14/100-board.patch
+++ b/target/linux/atheros/patches-3.14/100-board.patch
@@ -563,7 +563,7 @@
 +#endif /* __ASM_MACH_AR231X_CPU_FEATURE_OVERRIDES_H */
 --- /dev/null
 +++ b/arch/mips/include/asm/mach-ar231x/dma-coherence.h
-@@ -0,0 +1,79 @@
+@@ -0,0 +1,78 @@
 +/*
 + * This file is subject to the terms and conditions of the GNU General Public
 + * License.  See the file "COPYING" in the main directory of this archive
@@ -623,7 +623,6 @@
 +
 +static inline void plat_extra_sync_for_device(struct device *dev)
 +{
-+	return;
 +}
 +
 +static inline int plat_dma_mapping_error(struct device *dev,
diff --git a/target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch b/target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch
index 42812ff..9bf9abb 100644
--- a/target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch
+++ b/target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch
@@ -33,7 +33,7 @@
 +obj-$(CONFIG_NET_AR231X) += ar231x.o
 --- /dev/null
 +++ b/drivers/net/ethernet/atheros/ar231x/ar231x.c
-@@ -0,0 +1,1254 @@
+@@ -0,0 +1,1250 @@
 +/*
 + * ar231x.c: Linux driver for the Atheros AR231x Ethernet device.
 + *
@@ -793,8 +793,6 @@
 +
 +	if (i)
 +		sp->rx_skbprd = idx;
-+
-+	return;
 +}
 +
 +#define AR2313_MAX_PKTS_PER_CALL        64
@@ -931,8 +929,6 @@
 +	}
 +
 +	sp->tx_csm = idx;
-+
-+	return;
 +}
 +
 +
diff --git a/target/linux/atheros/patches-3.14/220-enet_micrel_workaround.patch b/target/linux/atheros/patches-3.14/220-enet_micrel_workaround.patch
index a110014..abda9ce 100644
--- a/target/linux/atheros/patches-3.14/220-enet_micrel_workaround.patch
+++ b/target/linux/atheros/patches-3.14/220-enet_micrel_workaround.patch
@@ -79,7 +79,7 @@
  	kfree(dev);
  	return 0;
  }
-@@ -1108,6 +1155,9 @@ static int ar231x_ioctl(struct net_devic
+@@ -1104,6 +1151,9 @@ static int ar231x_ioctl(struct net_devic
  	struct ar231x_private *sp = netdev_priv(dev);
  	int ret;
  
-- 
1.8.1.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list