Re: [PATCH] ALSA: usx2y: Stop clearing urb->hcpriv before submission
Takashi Iwai <[email protected]>
| Newsgroups | gmane.linux.sound,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 10 Aug 2026 07:57:28 +0200, Michal Pecio wrote: > > This is managed by USB core and drivers aren't expected to touch it. > > It should only be not NULL on a submitted URB, in which case clearing > defeats the "submitted while active" sanity check in usb_submit_urb() > and may crash the HCD handling the URB and panic the kernel. > > Signed-off-by: Michal Pecio <[email protected]> Applied to for-next branch. Thanks. Takashi