On Wed Dec 6, 2023 at 4:38 AM CET, Greg Kroah-Hartman wrote: > On Fri, Dec 01, 2023 at 12:10:13AM +0100, Simon Holesch wrote: > > - if (usb_lock_device_for_reset(sdev->udev, NULL) < 0) { > > + err = usb_lock_device_for_reset(sdev->udev, NULL) > > You didn't actually build this change, so how was it tested? Last thing I did was update the comment of tweak_special_requests(). Must have hit undo once too often, because I've seen (and fixed) this error. Really sorry about that. I'll send a v4 with a detailed test description. Simon > {sigh} > > greg k-h