From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH v1] usb: chipidea: tegra: Fix missed ci_hdrc_remove_device() Date: Mon, 25 Feb 2019 08:07:15 +0300 Message-ID: <20190225080715.4965810a@dimatab> References: <20190224153622.8877-1-digetx@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Peter Chen Cc: Greg Kroah-Hartman , Thierry Reding , Jonathan Hunter , "linux-usb@vger.kernel.org" , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: linux-tegra@vger.kernel.org =D0=92 Mon, 25 Feb 2019 02:27:19 +0000 Peter Chen =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > =20 > >=20 > > Fixes: dfebb5f43a78827a ("usb: chipidea: Add support for > > Tegra20/30/114/124") =20 >=20 > I suppose you need to apply at stable tree too, right? >=20 It is enough to have the "Fixes" tag to get patch backported into all relevant kernel versions. > > Signed-off-by: Dmitry Osipenko > > --- > > drivers/usb/chipidea/ci_hdrc_tegra.c | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > diff --git a/drivers/usb/chipidea/ci_hdrc_tegra.c > > b/drivers/usb/chipidea/ci_hdrc_tegra.c > > index 772851bee99b..12025358bb3c 100644 > > --- a/drivers/usb/chipidea/ci_hdrc_tegra.c > > +++ b/drivers/usb/chipidea/ci_hdrc_tegra.c > > @@ -130,6 +130,7 @@ static int tegra_udc_remove(struct > > platform_device *pdev) { > > struct tegra_udc *udc =3D platform_get_drvdata(pdev); > >=20 > > + ci_hdrc_remove_device(udc->dev); > > usb_phy_set_suspend(udc->phy, 1); > > clk_disable_unprepare(udc->clk); > > =20 > =20 > Acked-by: Peter Chen >=20 > Hi Greg, would you still accept the bug-fix for this release (v5.0)? > Or I send you later? I just want to point out that the bug existed for a very long time and apparently didn't bother anybody, hence it's not an urgent fix.