staging: wlags49_h2: remove unneded return in wl_wds_netif_carrier_off
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 18 Aug 2012 18:54:08 +0000 (00:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:15:38 +0000 (13:15 -0700)
the return is at the end of void function, which is not needed as this
function returns void.

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_netdev.c

index 680de2b..207933e 100644 (file)
@@ -1773,7 +1773,6 @@ void wl_wds_netif_carrier_off( struct wl_private *lp )
         }
     }
 
-    return;
 } // wl_wds_netif_carrier_off
 /*============================================================================*/