commit | 0933b453f1c7104d873aacf8524f8ac380a7ed08 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Dec 24 14:22:04 2015 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Dec 28 23:04:08 2015 +0100 |
tree | 81b6a68e32ba7387051b9ee270bfbee1130751b1 | |
parent | 073523662a821940383eb3bf4064c41b0e3dae0d [diff] |
watchdog: qcom-wdt: Do not set 'dev' in struct watchdog_device The 'dev' pointer in struct watchdog_device is set by the watchdog core when registering the watchdog device and not by the driver. It points to the watchdog device, not its parent. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>