From: Michael Straube Date: Mon, 3 Sep 2018 20:09:52 +0000 (+0200) Subject: staging: rtl8188eu: remove pointless comment X-Git-Tag: v4.20-rc1~72^2~437 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=352ff6a4c15a48d5f96c7efbf9b76aeaf2127890;p=thirdparty%2Flinux.git staging: rtl8188eu: remove pointless comment This comment adds no useful information to the code, so remove it. Signed-off-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index 7f9536c55774c..42bdbb6a23fe5 100644 --- a/drivers/staging/rtl8188eu/core/rtw_cmd.c +++ b/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;