commit | ae21cc20a604b45e97d0cdbce7e9302ce7dd7d5c | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Apr 15 12:27:33 2012 +0200 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed May 23 16:16:43 2012 +0200 |
tree | 98227beedb9dd62067d9daeb412b75852e6243df | |
parent | 065e8238302b630046ba3621943907cf509e78dd [diff] |
watchdog: ar7_wdt.c: use devm_request_and_ioremap Combine request_region and ioremap into devm_request_and_ioremap. This has the effect of fixing a missing iounmap on the failure of clk_get. This also introduces a call to clk_put and clears the vbus_clk variable in the case of failure or device removal. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>