Browse Source

staging: rtl8188eu: remove pointless comment

This comment adds no useful information to the code,
so remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Michael Straube 7 years ago
parent
commit
352ff6a4c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/rtl8188eu/core/rtw_cmd.c

+ 0 - 1
drivers/staging/rtl8188eu/core/rtw_cmd.c

@@ -745,7 +745,6 @@ u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue)
 		kfree(setChannelPlan_param);
 	}
 
-	/* do something based on res... */
 	if (res == _SUCCESS)
 		padapter->mlmepriv.ChannelPlan = chplan;