watchdog: mena21: Do not use device pointer from struct watchdog_device
commit073523662a821940383eb3bf4064c41b0e3dae0d
authorGuenter Roeck <linux@roeck-us.net>
Thu, 24 Dec 2015 22:22:03 +0000 (24 14:22 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 28 Dec 2015 22:04:06 +0000 (28 23:04 +0100)
tree60babf78399ad38f9a683009c9a152c5890b99bd
parent8a7b76be691fa30c7650b8e08aae8a7990c93779
watchdog: mena21: Do not use device pointer from struct watchdog_device

The device pointer in struct watchdog_device has a different lifetime
than the driver code and should not be used in drivers. Use the pointer
to the parent device instead.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/mena21_wdt.c