Re: [PATCH 06/14] Input: samsung-keypad - use guard notation to acquire mutex

From: Krzysztof Kozlowski
Date: Thu Aug 22 2024 - 11:48:49 EST


On Sun, Aug 18, 2024 at 09:58:03PM -0700, Dmitry Torokhov wrote:
> Guard notation is more compact and ensures that the mutex will be
> released when control leaves the function.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---
> drivers/input/keyboard/samsung-keypad.c | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>

You need to include cleanup.h (unless some other patch already did it
and I missed it?)

Best regards,
Krzysztof