Re: [PATCH] usb: gadget: f_ncm: replace kzalloc with kzalloc_obj
From: Loke Forsberg
Date: Mon Mar 16 2026 - 05:13:52 EST
> Why have you used GFP_KERNEL when kzalloc_obj() does not need that for
> the default case?
I was following the pattern from the original kzalloc and didnt
realize it defaults to it. I will fix it and send a v2
Regards,
Loke Forsberg