Re: [PATCH v2] usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_register_core

From: Greg KH
Date: Thu Jan 06 2022 - 09:26:59 EST


On Wed, Jan 05, 2022 at 06:55:17AM +0000, Miaoqian Lin wrote:
> Fix the missing platform_device_put() before return from
> dwc3_qcom_acpi_register_core in the error handling case.
>
> Fixes: 2bc02355f8ba ("usb: dwc3: qcom: Add support for booting with ACPI")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>
> ---
> Changes in v2:
> - add fixes tag.
> - do error handling in a unified way.
> - add necessary blank line.
> ---
> drivers/usb/dwc3/dwc3-qcom.c | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)


Does not apply to my tree at all :(

Please rebase and resend.

thanks,

greg k-h