Re: [PATCH v9 2/4] usb: gadget: uvc: Allocate uvc_requests one at a time

From: Greg KH
Date: Sat Oct 28 2023 - 06:31:41 EST


On Fri, Oct 27, 2023 at 01:19:57PM -0700, Avichal Rakesh wrote:
> BUG_ON(video->req_size);
> + BUG_ON(!list_empty(&video->ureqs));

Again, please do not add new BUG_ON() lines, the existing ones need to
be removed as well, but you can do that in later changes. I can't take
changes that add new ones, sorry.

thanks,

greg k-h