Browse Source

staging: rtl8192ee: Fix unnecessary return at end of function.

Fix for unnecessary return at end of function as diagnosed by checkpatch.pl.

Signed-off-by: Erin Grasmick <ecg@unseen.is>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Erin Grasmick 11 years ago
parent
commit
239a5b01a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/rtl8192ee/cam.c

+ 0 - 1
drivers/staging/rtl8192ee/cam.c

@@ -325,6 +325,5 @@ void stg_rtl_cam_del_entry(struct ieee80211_hw *hw, u8 *sta_addr)
 			pr_info("&&&&&&&&&del entry %d\n", i);
 		}
 	}
-	return;
 }
 EXPORT_SYMBOL(stg_rtl_cam_del_entry);