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

From: Dmitry Torokhov
Date: Mon May 22 2023 - 20:24:37 EST


On Sat, May 06, 2023 at 11:38:03AM -0700, Dmitry Torokhov wrote:
> 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).

Gentle ping on this one...

--
Dmitry