]> 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)
commitde2f26330e1862df9cce8eaf05d87580370d3e4f
tree4c273490e1ee52a57974b04c304118fd43607e34
parent880b38cf17217b865eb6be70ccc29c14b62b28d1
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