commit | 3d29f80813ba335a21b56debff8e4b92a2772a64 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Dec 24 14:22:01 2015 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Dec 28 23:04:04 2015 +0100 |
tree | 0242eeb90284c02cf55f79c6d558187ea1567d05 | |
parent | 92b3649525a5c3daf0b395b6daeaed1ce0d235c2 [diff] |
watchdog: tangox: Print info message using pointer to platform device 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 <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>