Re: [PING] [PATCH v4 0/3] rtl8723bs: Remove redundant atomic op and replace global io error var
From: cjz
Date: Sat Jan 10 2026 - 02:53:35 EST
Hi Greg,
I'm glad to inform you that I have just successfully resent the complete v4 patch series (with "RESEND" tag) directly to your mailbox (gregkh@xxxxxxxxxxxxxxxxxxx), since the original linux-staging@xxxxxxxxxxxxxxx address was bounced.
The patch series optimizes the rtl8723bs driver by:
1. Removing redundant atomic_t operations on continual_io_error (no concurrency scenario, atomic ops are unnecessary);
2. Replacing the global continual_io_error variable with local error_count in SDIO functions;
3. Cleaning up unused old functions related to io error counting.
Thank you very much for your time and patience! I look forward to your review comments.
Best regards,
changjunzheng
Signed-off-by: changjunzheng <guagua210311@xxxxxx>