[PATCH 2/5] [WATCHDOG] s3c2410_wdt - Avoid freeing memory, if memory region could not be allocated

2010-05-20 Thread Kukjin Kim
From: Banajit Goswami banaji...@samsung.com In case the WDT device memory allocation fails, this patch modifies the driver such that, it does not try to free the memory on exit. Signed-off-by: Banajit Goswami banaji...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com ---

Re: [PATCH 2/5] [WATCHDOG] s3c2410_wdt - Avoid freeing memory, if memory region could not be allocated

2010-05-20 Thread Sergei Shtylyov
Hello. Kukjin Kim wrote: From: Banajit Goswami banaji...@samsung.com In case the WDT device memory allocation fails, this patch modifies the This is not memory allocation. driver such that, it does not try to free the memory on exit. Signed-off-by: Banajit Goswami

RE: [PATCH 2/5] [WATCHDOG] s3c2410_wdt - Avoid freeing memory, if memory region could not be allocated

2010-05-20 Thread Kukjin Kim
Sergei Shtylyov wrote: Hello. Kukjin Kim wrote: From: Banajit Goswami banaji...@samsung.com In case the WDT device memory allocation fails, this patch modifies the This is not memory allocation. Ok, will fix it. driver such that, it does not try to free the memory on