Re: [PATCH 0/2] staging: rtl8723bs: modernize locking with cleanup.h

From: Dan Carpenter

Date: Mon Aug 24 2026 - 02:53:33 EST


On Sat, Aug 22, 2026 at 11:53:45PM +0530, Samrudh Nelli wrote:
> This series modernizes the mutex locking in rtw_pwrctrl.c by utilizing
> the guard() and scoped_guard() macros introduced in cleanup.h.
>
> Patch 1 converts functions where the lock is held until returning.
> Patch 2 converts functions where the lock is dropped mid-execution.
>
> Samrudh Nelli (2):
> staging: rtl8723bs: use guard(mutex) to simplify locking
> staging: rtl8723bs: use scoped_guard() for mid-function locking

We're not doing this sort of change to existing code unless it's part
of a bugfix. It's just a lot of churn.

regards,
dan carpenter