[PATCH v2 2/5] watchdog: tangox: Print info message using pointer to platform device

2015-12-24 Thread Guenter Roeck
The device pointer in struct watchdog_device should not be used by drivers and may be removed in the near future. Use the platform device pointer for info messages instead. Signed-off-by: Guenter Roeck --- v2: No change drivers/watchdog/tangox_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2 2/5] watchdog: tangox: Print info message using pointer to platform device

2015-12-24 Thread Guenter Roeck
The device pointer in struct watchdog_device should not be used by drivers and may be removed in the near future. Use the platform device pointer for info messages instead. Signed-off-by: Guenter Roeck --- v2: No change drivers/watchdog/tangox_wdt.c | 2 +- 1 file changed,