From: Heena Sirwani Date: Wed, 24 Sep 2014 06:37:16 +0000 (+0530) Subject: Staging: rtl8192ee: Removed unnecessary return statement. X-Git-Tag: v5.15~17125^2~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18eaddefd4d156291b5a3dcc336778b67d98b531;p=platform%2Fkernel%2Flinux-starfive.git Staging: rtl8192ee: Removed unnecessary return statement. The following patch removes the checkpatch.pl warning: WARNING: void function return statements are generally not useful. Signed-off-by: Heena Sirwani Acked-by: Daniel Baluta Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192ee/base.c b/drivers/staging/rtl8192ee/base.c index 8b65454..5262a63 100644 --- a/drivers/staging/rtl8192ee/base.c +++ b/drivers/staging/rtl8192ee/base.c @@ -622,8 +622,6 @@ static void _rtl_qurey_shortpreamble_mode(struct ieee80211_hw *hw, return; else if (rate_flag & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) tcb_desc->use_shortpreamble = true; - - return; } static void _rtl_query_shortgi(struct ieee80211_hw *hw,