atheros: remove useless return
authorJohn Crispin <john@openwrt.org>
Fri, 12 Sep 2014 06:51:39 +0000 (06:51 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 12 Sep 2014 06:51:39 +0000 (06:51 +0000)
Remove useless void function return.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42488

target/linux/atheros/patches-3.14/100-board.patch
target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch
target/linux/atheros/patches-3.14/220-enet_micrel_workaround.patch

index 5fae3f372cfdae6c636d50d51e2589234155baea..a19e4b36b310150ba4dcb6a28b7c4b6792695587 100644 (file)
 +#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
 +
 +static inline void plat_extra_sync_for_device(struct device *dev)
 +{
-+      return;
 +}
 +
 +static inline int plat_dma_mapping_error(struct device *dev,
index 42812ff23a064217357f3df1125a595763a47dbd..9bf9abb9984e15cf2e48c16fe3d315c71e9e97d9 100644 (file)
@@ -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.
 + *
 +
 +      if (i)
 +              sp->rx_skbprd = idx;
-+
-+      return;
 +}
 +
 +#define AR2313_MAX_PKTS_PER_CALL        64
 +      }
 +
 +      sp->tx_csm = idx;
-+
-+      return;
 +}
 +
 +
index a110014594f0b1a6c5548a8205fb86779678c399..abda9ce76bb76388f29a0f2faa20c0a29877882d 100644 (file)
@@ -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;