Re: [PATCH 4/5] watchdog: riowd: use platform_{get,set}_drvdata()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > 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 > --- > drivers/watchdog/riowd.c |4 ++-- > 1 fi

Re: [PATCH 4/5] watchdog: riowd: use platform_{get,set}_drvdata()

2013-05-24 Thread Guenter Roeck
On Thu, May 23, 2013 at 07:44:38PM +0900, Jingoo Han wrote: > 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 Revi

[PATCH 4/5] watchdog: riowd: use platform_{get,set}_drvdata()

2013-05-23 Thread Jingoo Han
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 --- drivers/watchdog/riowd.c |4 ++-- 1 file changed, 2 insertions(+),