[PING] [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var

From: cjz

Date: Fri Jan 09 2026 - 21:30:55 EST


Hi Greg and maintainers,

This is a gentle ping for the v4 patch series sent on December 22nd. The key changes of this series are:
1. Remove redundant atomic_t operations on continual_io_error (no concurrency scenario, atomic ops are unnecessary);
2. Replace the global continual_io_error variable with local error_count in SDIO functions;
3. Clean up unused old functions related to io error counting.

I would appreciate it if you could spare some time to review this patch series when convenient.

Thanks,
changjunzheng
Signed-off-by: changjunzheng <guagua210311@xxxxxx>