From: Libo Chen Date: Wed, 21 Aug 2013 10:15:15 +0000 (+0800) Subject: net: phy: mdio-octeon: use platform_set_drvdata() X-Git-Tag: v3.12-rc1~132^2~207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8825669b3165bbf4380eabfd641f693d02af866;p=pandora-kernel.git net: phy: mdio-octeon: use platform_set_drvdata() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed