[PATCH v2 0/2] staging: rtl8723bs: remove pwrdown field & related function
Nikolay Kulikov <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,dev.linux.lists.linux-staging |
|---|---|
| Message-ID | <[email protected]> |
Remove the function whose return value is ignored, as well as the field in the struct hal_com_data that is used only within that function. Signed-off-by: Nikolay Kulikov <[email protected]> --- Changes in v2: - Move the removal of 'pwrdown' to a separate patch to simplify the review process. - Link to v1: https://patch.msgid.link/[email protected] --- Nikolay Kulikov (2): staging: rtl8723bs: remove unused 'pwrdown' from struct hal_com_data staging: rtl8723bs: remove static HalDetectPwrDownMode() function drivers/staging/rtl8723bs/core/rtw_efuse.c | 75 --------------------------- drivers/staging/rtl8723bs/hal/sdio_halinit.c | 24 --------- drivers/staging/rtl8723bs/include/hal_data.h | 3 -- drivers/staging/rtl8723bs/include/rtw_efuse.h | 1 - 4 files changed, 103 deletions(-) --- base-commit: c6eb4dc5964fdf4086b73b7f0f5dc0d595fb5cf3 change-id: 20260805-rtl8723bs_efuse-61a335b0d1b2 Best regards, -- Nikolay Kulikov <[email protected]>