commit | 19f505f09c60d637c695a8e8c4768570e2309631 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Thu Feb 02 18:48:08 2012 +0100 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Mar 27 19:59:03 2012 +0200 |
tree | 88304a11bbc66990f30ae2fb97c15828bab6b229 | |
parent | 16ac4abe0d0ea0a8d42d6a2a7de2a4a00bbf5b40 [diff] |
watchdog: pnx4008: cleanup resource handling using managed devices The resource handling in this driver was flaky: IO_ADDRESS instead of ioremap (and no unmapping), an unneeded static resource, no central exit path for error cases. Fix this by converting the driver to use managed resources. Also use dev_*-messages instead of pr_* while we are here. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>