Re: [PATCH] watchdog: cleanup s3c2410_wdt probe and release

2006-12-19 Thread Wim Van Sebroeck
Hi Ben, > 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. Patch added to linux-2.6-watchd

[PATCH] watchdog: cleanup s3c2410_wdt probe and release

2006-12-18 Thread Ben Dooks
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 <[EMAIL PROTECTED]> diff -