]> git.baikalelectronics.ru Git - kernel.git/commit
[WATCHDOG] Fix NULL usage in s3c2410_wdt driver.
authorBen Dooks <ben-linux@fluff.org>
Sun, 22 Jun 2008 21:36:49 +0000 (22:36 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 26 Aug 2008 20:18:52 +0000 (20:18 +0000)
commitf0f95ca163ac9a0e02f810980ca0beb35c1e805f
tree3076a569735d13a031edb0fd049c1f1ab95502ef
parent0f9c730dac0c34e07d19bc213e49c7e47546d6c3
[WATCHDOG] Fix NULL usage in s3c2410_wdt driver.

Fix comparison of a pointer to 0, instead of using
NULL for a invalid pointer.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/s3c2410_wdt.c