[PATCH v2 5/5] watchdog: qcom-wdt: Do not set 'dev' in struct watchdog_device

2015-12-24 Thread Guenter Roeck
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 --- v2: No change drivers/watchdog/qcom-wdt.c | 1 - 1 file changed, 1 deletion(-)

[PATCH v2 5/5] watchdog: qcom-wdt: Do not set 'dev' in struct watchdog_device

2015-12-24 Thread Guenter Roeck
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 --- v2: No change drivers/watchdog/qcom-wdt.c | 1 - 1 file