commit | e04e37a88dcd674df131582b84ab2dc488397d53 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 02 17:08:44 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 03 22:38:45 2013 -0400 |
tree | 79b01ebc70dec6b2e524826db5bcf6afef0562e1 | |
parent | bc35383256563580dec30c547b90a0ce8a269bb0 [diff] |
net: sunhme: 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. This is a purely cosmetic change. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>