commit | 8a7b76be691fa30c7650b8e08aae8a7990c93779 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Dec 24 14:22:02 2015 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Dec 28 23:04:05 2015 +0100 |
tree | 6268726ac8cf7d1fc7073839ba58c5edbf48f0fd | |
parent | 3d29f80813ba335a21b56debff8e4b92a2772a64 [diff] |
watchdog: gpio: 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>