[<prev] [next>] [day] [month] [year] [list]
Message-ID: <C4B236C04D61D2FA+20260111032136.7078-4-2023060904@ycu.edu.cn>
Date: Sun, 11 Jan 2026 11:21:36 +0800
From: 2023060904@....edu.cn
To: gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
2023060904@....edu.cn,
guagua210311@...com
Subject: [PATCH v5 3/3] rtl8723bs: io: Remove redundant global continual_io_error variable
From: Changjun Zheng <2023060904@....edu.cn>
Remove the global continual_io_error member from struct dvobj_priv, as it is
no longer used after the local error_count logic is adopted in sdio functions.
This reduces unnecessary memory usage and simplifies the dvobj_priv structure.
Signed-off-by: Changjun Zheng <2023060904@....edu.cn>
---
Changelog from v1 to v2:
- Initial draft: Implemented basic local error count logic, fixed compilation errors.
Changelog from v2 to v3:
- Merged small patches into one, optimized function logic to remove redundant code.
Changelog from v3 to v4:
- Split monolithic patch into single-purpose patches (per Greg's comment), fixed coding style.
Changelog from v4 to v5:
- Fixed format errors (spaces around '=', trailing whitespace) per checkpatch.pl;
- Standardized author name format (split "changjunzheng" to "Changjun Zheng");
- Moved changelog to below the --- separator (kernel format rule).
drivers/staging/rtl8723bs/include/drv_types.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h
index bd7bb5828d56..de4bec961671 100644
--- a/drivers/staging/rtl8723bs/include/drv_types.h
+++ b/drivers/staging/rtl8723bs/include/drv_types.h
@@ -279,7 +279,6 @@ struct dvobj_priv {
u8 Queue2Pipe[HW_QUEUE_ENTRY];/* for out pipe mapping */
u8 irq_alloc;
- int continual_io_error;
atomic_t disable_func;
--
2.43.0
Powered by blists - more mailing lists