commit | 0b6dd8a640fbaf73b74949b6dc2be50263532576 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Mon Dec 18 10:31:32 2006 +0000 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Dec 18 20:18:13 2006 +0100 |
tree | fd1b73d9275121be4b432ede688f9cb880513527 | |
parent | e25db641c0e6dd49c5db24dbe154048d4a466727 [diff] |
[WATCHDOG] s3c2410_wdt exit driver via labels Cleanup the s3c2410_wdt driver's exit point by using labels instead of multiple returns. Also remove the checks for the resources having been allocate in the exit, as we will now either have fully allocated or not allocated the resources at-all. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>