diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-05-23 00:52:31 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-05-26 04:27:58 (GMT) |
commit | 8513fbd880093f00a47e85a552f14ca2de8d84d6 (patch) | |
tree | 6f061e2e9b87983cd91688bff5238c730db79137 /net/core/sock.c | |
parent | 6d0bfe22611602f36617bc7aa2ffa1bbb2f54c67 (diff) | |
download | linux-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 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions