Re: [PATCH v2] usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
From: Kuen-Han Tsai
Date: Fri Jan 19 2024 - 02:49:03 EST
Hi,
> CPU1: CPU2:
> gadget_unbind_driver dwc3_suspend_common
> dw3_gadget_stop dwc3_gadget_suspend
> dwc3_disconnect_gadget
>
The typo hasn't been fixed.
dw3_gadget_stop -> dwc3_gadget_stop
Thanks,
Kuen-Han