Re: [RESEND v13 18/25] cxl: Change CXL handlers to use guard() instead of scoped_guard()
From: Jonathan Cameron
Date: Tue Nov 04 2025 - 13:23:26 EST
On Tue, 4 Nov 2025 11:02:58 -0600
Terry Bowman <terry.bowman@xxxxxxx> wrote:
> The CXL protocol error handlers use scoped_guard() to guarantee access to
> the underlying CXL memory device. Improve readability and reduce complexity
> by changing the current scoped_guard() to be guard().
>
> Signed-off-by: Terry Bowman <terry.bowman@xxxxxxx>
Nice
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>