From 1cc3cacf10a6a1d430e9ed2cc0fed4a0b52bdf97 Mon Sep 17 00:00:00 2001 From: Catalina Mocanu Date: Sat, 27 Sep 2014 13:03:16 -0700 Subject: [PATCH] staging: rtl8192ee: remove unnecessary return statement This fixes the following checkpatch.pl warning: WARNING: void function return statements are not generally useful Signed-off-by: Catalina Mocanu Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192ee/regd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192ee/regd.c b/drivers/staging/rtl8192ee/regd.c index 58b1d9f4717a..b47e4d514571 100644 --- a/drivers/staging/rtl8192ee/regd.c +++ b/drivers/staging/rtl8192ee/regd.c @@ -291,7 +291,6 @@ static void _rtl_reg_apply_world_flags(struct wiphy *wiphy, { _rtl_reg_apply_beaconing_flags(wiphy, initiator); _rtl_reg_apply_active_scan_flags(wiphy, initiator); - return; } static void _rtl_dump_channel_map(struct wiphy *wiphy) -- 2.45.2