]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1ae995dca9da3a5671aa471e1c355e47437a1056
tree4c273490e1ee52a57974b04c304118fd43607e34
parent7a5da030c6ecdd6229f079902a17e641c7f2fbd6
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