[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <F281D0F91ED19E4D8E63A7504E8A6498040EB5EF@039-SN2MPN1-021.039d.mgd.msft.net>
Date: Thu, 7 Nov 2013 06:49:58 +0000
From: Peter Chen <Peter.Chen@...escale.com>
To: Jisheng Zhang <jszhang@...vell.com>, "balbi@...com" <balbi@...com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
CC: "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"shawn.guo@...aro.org" <shawn.guo@...aro.org>
Subject: RE: [PATCH v2] usb: phy: phy-mxs-usb: set the correct platform
drvdata
>
> Signed-off-by: Jisheng Zhang <jszhang@...vell.com>
> ---
> drivers/usb/phy/phy-mxs-usb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-
> usb.c
> index fdd33b4..545844b 100644
> --- a/drivers/usb/phy/phy-mxs-usb.c
> +++ b/drivers/usb/phy/phy-mxs-usb.c
> @@ -164,7 +164,7 @@ static int mxs_phy_probe(struct platform_device *pdev)
>
> mxs_phy->clk = clk;
>
> - platform_set_drvdata(pdev, &mxs_phy->phy);
> + platform_set_drvdata(pdev, mxs_phy);
>
> ret = usb_add_phy_dev(&mxs_phy->phy);
> if (ret)
> --
It is so unlucky the struct usb_phy phy is the first element
of struct mxs_phy, so we haven't run any problems.
Jisheng, thanks for fixing it.
Acked-by: Peter Chen <peter.chen@...escale.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists