On (24/03/25 16:31), Ricardo Ribalda wrote: > > void uvc_status_unregister(struct uvc_device *dev) > { > - usb_kill_urb(dev->int_urb); > + uvc_status_suspend(dev); > uvc_input_unregister(dev); > } Was the removal of usb_kill_urb() intended? If so, does it deserve to be a patch on its own?