[WATCHDOG] ioremap balanced with iounmap for drivers/char/watchdog/s3c2410_wdt.c
authorAmol Lad <amol@verismonetworks.com>
Fri, 6 Oct 2006 20:41:12 +0000 (13:41 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Sat, 7 Oct 2006 20:43:56 +0000 (22:43 +0200)
ioremap must be balanced by an iounmap and failing to do so can result
in a memory leak.

Signed-off-by: Amol Lad <amol@verismonetworks.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>

No differences found