Re: [PATCH 7/8] Input: usbtouchscreen - use guard notation when acquiring mutexes
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2024-07-12 07:28:25
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2024-07-12 07:28:25
Also in:
lkml
On Thu, Jul 11, 2024 at 10:18:49PM -0700, Dmitry Torokhov wrote:
This makes the code more compact and error handling more robust. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> --- drivers/input/touchscreen/usbtouchscreen.c | 65 +++++++++++----------- 1 file changed, 33 insertions(+), 32 deletions(-)
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>