Searched hist:"1 ae995dca9da3a5671aa471e1c355e47437a1056" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/watchdog/ |
H A D | wm831x_wdt.c | diff 1ae995dca9da3a5671aa471e1c355e47437a1056 Thu May 23 12:44:53 CEST 2013 Jingoo Han <jg1.han@samsung.com> 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>
|