diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:51:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:51:39 +0000 |
commit | f9e46af383523b7ef601e96e720ac642b638feb8 (patch) | |
tree | 541452faf3acce675c9ceda578c5b4c1fe0a843a /target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch | |
parent | 9055970e927ff080353a9691c2aefb6229581c36 (diff) | |
download | upstream-f9e46af383523b7ef601e96e720ac642b638feb8.tar.gz upstream-f9e46af383523b7ef601e96e720ac642b638feb8.tar.bz2 upstream-f9e46af383523b7ef601e96e720ac642b638feb8.zip |
atheros: remove useless return
Remove useless void function return.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42488
Diffstat (limited to 'target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch')
-rw-r--r-- | target/linux/atheros/patches-3.14/110-ar2313_ethernet.patch | 6 |
1 files changed, 1 insertions, 5 deletions
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 42812ff23a..9bf9abb998 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; +} + + |