Re: [PATCH] HID: ensure timely release of driver-allocated resources

From: Dmitry Torokhov
Date: Sat May 06 2023 - 14:38:12 EST


On Fri, May 05, 2023 at 05:09:16PM -0700, Dmitry Torokhov wrote:
> + if (down_interruptible(&hdev->driver_input_lock))
> + return -EINTR;
> +
> + ret = __hid_device_probe(hdev);

There is an extra space snuck in before "ret", let me know if you want
me to repost it (or if there are bigger concerns).

Thanks.

--
Dmitry