| commit | 552a96415ff297475c20a05d384398ef1c729794 | [log] [tgz] |
|---|---|---|
| author | Jingoo Han <jg1.han@samsung.com> | Thu May 23 19:44:09 2013 +0900 |
| committer | Wim Van Sebroeck <wim@iguana.be> | Thu Jul 11 21:08:01 2013 +0200 |
| tree | 0d572bd6ccb9ec6eb58e81ad9acb6d5a656cda0f | |
| parent | 26556b6e0bf044622a5d3dcade0ac6657b23c2a7 [diff] |
watchdog: da9052: 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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>