]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: wm831x: use platform_{get,set}_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 23 May 2013 10:44:53 +0000 (19:44 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 11 Jul 2013 19:05:38 +0000 (21:05 +0200)
commit3acebdf7d4b100383c70c8d33c604f655da8e895
tree4c273490e1ee52a57974b04c304118fd43607e34
parent49231b9138c035173f0555d16ba865c76bc7b511
watchdog: wm831x: 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>
drivers/watchdog/wm831x_wdt.c