Re: [PATCH] net: phy: mdio-octeon: use platform_set_drvdata()

2013-08-21 Thread David Miller
From: Libo Chen Date: Wed, 21 Aug 2013 18:15:15 +0800 > Use the wrapper functions for getting and setting the driver data using > platform_device instead of using dev_set_drvdata() with &pdev->dev, > so we can directly pass a struct platform_device. > > Signed-off-by: Libo Chen Applied. -- To

[PATCH] net: phy: mdio-octeon: use platform_set_drvdata()

2013-08-21 Thread Libo Chen
Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_set_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Libo Chen --- drivers/net/phy/mdio-octeon.c |2 +- 1 files changed, 1 insertions(+), 1