commit | 073523662a821940383eb3bf4064c41b0e3dae0d | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Dec 24 14:22:03 2015 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Dec 28 23:04:06 2015 +0100 |
tree | 60babf78399ad38f9a683009c9a152c5890b99bd | |
parent | 8a7b76be691fa30c7650b8e08aae8a7990c93779 [diff] |
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>