[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <768ced18-9e47-df7d-786e-dced5f06b0e7@gmail.com>
Date: Tue, 7 Dec 2021 17:11:30 +0300
From: Dmitry Osipenko <digetx@...il.com>
To: Qing Wang <wangqing@...o.com>, Felipe Balbi <balbi@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
linux-usb@...r.kernel.org, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb: phy: add missing put_device() call in
tegra_usb_phy_parse_pmc()
07.12.2021 15:56, Qing Wang пишет:
> From: Wang Qing <wangqing@...o.com>
>
> of_find_device_by_node() takes a reference to the embedded struct device
> which needs to be dropped when error return.
>
> Add a jump target to fix the exception handling for this
> function implementation.
>
> Signed-off-by: Wang Qing <wangqing@...o.com>
> ---
> drivers/usb/phy/phy-tegra-usb.c | 18 +++++++++++++-----
> 1 file changed, 13 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c
> index 68cd4b6..5678b7f
> --- a/drivers/usb/phy/phy-tegra-usb.c
> +++ b/drivers/usb/phy/phy-tegra-usb.c
> @@ -1300,18 +1300,26 @@ static int tegra_usb_phy_parse_pmc(struct device *dev,
> err = devm_add_action_or_reset(dev, tegra_usb_phy_put_pmc_device,
> &pmc_pdev->dev);
This devm_add_action_or_reset() takes care of dropping the reference.
This patch is incorrect.
Powered by blists - more mailing lists