[PATCH] usb: dwc3: fix possible object reference leak
Greg KH
gregkh at linuxfoundation.org
Thu Oct 5 06:59:26 PDT 2023
On Thu, Oct 05, 2023 at 09:49:46PM +0800, Zhang Shurong wrote:
> The of_find_device_by_node takes a reference to the struct device
> when find the match device,we should release it when fail.
>
> Fix it by calling by calling platform_device_put when error returns.
>
> Signed-off-by: Zhang Shurong <zhang_shurong at foxmail.com>
> ---
What commit id does this fix?
And how did you find this? How was it tested?
thanks,
greg k-h
More information about the linux-arm-kernel
mailing list