From: Ben Dooks Date: Mon, 18 Dec 2006 10:31:32 +0000 (+0000) Subject: [WATCHDOG] s3c2410_wdt exit driver via labels X-Git-Tag: v2.6.21-rc1~273^2~6^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6dd8a640fbaf73b74949b6dc2be50263532576;p=pandora-kernel.git [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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed