commit | e08358792422ef0b78d7c81f333fc0803fb41cd4 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu May 23 19:34:39 2013 +0900 |
committer | Anton Vorontsov <anton@enomsg.org> | Thu Jun 06 17:30:46 2013 -0700 |
tree | 95607db2cbcf276d498fb68d014d0ea47e173072 | |
parent | c509a62c9469e2787bcacc7aba454d555732b0b6 [diff] |
power: 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. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org>