From: Michael Straube Date: Mon, 3 Sep 2018 20:09:52 +0000 (+0200) Subject: staging: rtl8188eu: remove pointless comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=352ff6a4c15a48d5f96c7efbf9b76aeaf2127890;p=linux.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;