Skip to content

Commit

Permalink
staging: wlags49_h2: remove unneded return in wl_wds_netif_carrier_off
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent e31bbfc commit 44e8482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/wl_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,6 @@ void wl_wds_netif_carrier_off( struct wl_private *lp )
}
}

return;
} // wl_wds_netif_carrier_off
/*============================================================================*/

Expand Down

0 comments on commit 44e8482

Please sign in to comment.