Re: [PATCH -next v2] usb: gadget: remove leaked entry from udc driver list
From: Felipe Balbi <balbi@kernel.org> Date: 2021-07-27 08:13:36
Hi,
Zhang Qilong [off-list ref] writes:
The usb_add_gadget_udc will add a new gadget to the udc class
driver list. Not calling usb_del_gadget_udc in error branch
will result in residual gadget entry in the udc driver list.
We fix it by calling usb_del_gadget_udc to clean it when error
return.
Fixes:48ba02b2e2b1a ("usb: gadget: add udc driver for max3420")
Signed-off-by: Zhang Qilong <redacted>
Thank you,
Acked-by: Felipe Balbi <balbi@kernel.org>
--
balbi