]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commite34477e9906acc137329b654a51fb7d4598813f7
treec7882b29cd63d924d472e2d2d244e68c70f7edd5
parentff02cfc76a5040ee125c597baa1cfc9874918ed2
[WATCHDOG] ioremap balanced with iounmap for drivers/char/watchdog/s3c2410_wdt.c

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>
drivers/char/watchdog/s3c2410_wdt.c