commit | 84196a2ffbac42f1649cc6e193be6016b233d312 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu May 23 03:28:33 2013 -0700 |
committer | Bryan Wu <cooloney@gmail.com> | Thu Jun 20 16:21:33 2013 -0700 |
tree | 7f65cd4311e8db3c250f85a5527c4b8b73247f15 | |
parent | bfa855bad39b7a266c00efdd2dc5887bcd41bb70 [diff] |
leds: 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: Bryan Wu <cooloney@gmail.com>