summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-05-23 00:52:31 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-05-26 04:27:58 (GMT)
commit8513fbd880093f00a47e85a552f14ca2de8d84d6 (patch)
tree6f061e2e9b87983cd91688bff5238c730db79137 /init
parent6d0bfe22611602f36617bc7aa2ffa1bbb2f54c67 (diff)
downloadlinux-8513fbd880093f00a47e85a552f14ca2de8d84d6.tar.xz
net: ethernet: use platform_{get,set}_drvdata()
Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Also, unnecessary dev_set_drvdata() is removed, because the driver core clears the driver data to NULL after device_release or on probe failure. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions