Skip to content

Commit c6b3b60

Browse files
ipenas-clgregkh
authored andcommitted
staging: rtl8723bs: remove unnecessary commented code
Remove commented out code that serves no purpose, as suggested by Greg KH. Signed-off-by: Ignacio Pena <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 290bd72 commit c6b3b60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/staging/rtl8723bs/core/rtw_cmd.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,9 +1317,6 @@ u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue)
13171317
/* struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); */
13181318
u8 res = _SUCCESS;
13191319

1320-
/* if (!pwrctrlpriv->bLeisurePs) */
1321-
/* return res; */
1322-
13231320
if (enqueue) {
13241321
ph2c = rtw_zmalloc(sizeof(struct cmd_obj));
13251322
if (!ph2c) {

0 commit comments

Comments
 (0)