mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-16 09:51:40 +00:00
![Takashi Iwai](/assets/img/avatar_default.png)
hiface usb-audio driver sets up URBs containing the fixed endpoints without validation. This may end up with an oops-like kernel warning when submitted. For avoiding it, this patch adds the calls of the new sanity-check helper for URBs. Signed-off-by: Takashi Iwai <tiwai@suse.de>