Commit 44e8482c authored by Devendra Naga's avatar Devendra Naga Committed by Greg Kroah-Hartman

staging: wlags49_h2: remove unneded return in wl_wds_netif_carrier_off

the return is at the end of void function, which is not needed as this
function returns void.
Signed-off-by: default avatarDevendra Naga <develkernel412222@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e31bbfcc
......@@ -1773,7 +1773,6 @@ void wl_wds_netif_carrier_off( struct wl_private *lp )
}
}
return;
} // wl_wds_netif_carrier_off
/*============================================================================*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment