All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: phy: phy-mxs-usb: set the correct platform drvdata
@ 2013-11-07  2:26 Jisheng Zhang
  2013-11-07  2:34 ` Shawn Guo
  2013-11-07  2:47 ` Felipe Balbi
  0 siblings, 2 replies; 4+ messages in thread
From: Jisheng Zhang @ 2013-11-07  2:26 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, linux-kernel, shawn.guo, Jisheng Zhang

We need to set mxs_phy rather as the platform drvdata so that we can get
the correct mxs_phy in mxs_phy_remove().

Change-Id: I6e1753cc978e2ed3fbb3d1865be0c54031d337d2
Signed-off-by: Jisheng Zhang <jszhang@marvell.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)
-- 
1.8.4.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-07  2:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  2:26 [PATCH] usb: phy: phy-mxs-usb: set the correct platform drvdata Jisheng Zhang
2013-11-07  2:34 ` Shawn Guo
2013-11-07  2:36   ` Jisheng Zhang
2013-11-07  2:47 ` Felipe Balbi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.