On Fri, Mar 19, 2021 at 02:05:21PM +0100, Ricardo Ribalda wrote: > > + uvc_urb->sgt, > > + uvc_stream_dir(uvc_urb->stream)); > > + return usb_submit_urb(uvc_urb->urb, GFP_KERNEL); > > +} > > We should have mem_flags instead of GFP_KERNEL here > > > Is it too late to fix it in your tree? Do I need to send a patch to fix it? As far as I know we don't have anything that has pulled in the tree yet, so I can just fold the fix in.