Re: [PATCH] staging: rtl8723bs: convert mutex_lock/unlock to guard and scoped_guard in rtw_pwrctrl.c
From: Gustavo Arantes
Date: Tue Mar 10 2026 - 05:10:10 EST
On Tue, Mar 10, 2026 at 10:02:01AM +0100, Greg KH wrote:
> Let's not convert existing code to use guard(), but rather use it for
> newer code submitted to the kernel.
Understood, thanks for the feedback.
Gustavo