[PATCH] rtl8723bs: remove misleading comment

From: Omer El Idrissi

Date: Sat Aug 22 2026 - 05:40:06 EST


The comment says that rtw_unregister_cmd_alive function is called by
the ISR while it is called by rtw_cmd_thread which runs in the kernel
thread context, which is why it's being removed.

Signed-off-by: Omer El Idrissi <omer.e.idrissi@xxxxxxxxx>
---
drivers/staging/rtl8723bs/core/rtw_pwrctrl.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_pwrctrl.c b/drivers/staging/rtl8723bs/core/rtw_pwrctrl.c
index b9f8cf1014ed..a0ae2849f2d7 100644
--- a/drivers/staging/rtl8723bs/core/rtw_pwrctrl.c
+++ b/drivers/staging/rtl8723bs/core/rtw_pwrctrl.c
@@ -891,8 +891,6 @@ void rtw_unregister_tx_alive(struct adapter *padapter)
}

/*
- * Caller: ISR
- *
* If all commands have been done,
* and no more command to do,
* then driver shall call this fun. to power down firmware again.
--
2.53.0