]> git.karo-electronics.de Git - linux-beck.git/commit
watchdog: gpio: Do not use device pointer from struct watchdog_device
authorGuenter Roeck <linux@roeck-us.net>
Thu, 24 Dec 2015 22:22:02 +0000 (14:22 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 28 Dec 2015 22:04:05 +0000 (23:04 +0100)
commit8a7b76be691fa30c7650b8e08aae8a7990c93779
tree6268726ac8cf7d1fc7073839ba58c5edbf48f0fd
parent3d29f80813ba335a21b56debff8e4b92a2772a64
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>
drivers/watchdog/gpio_wdt.c