commit | cddd74db8d42b953a0612810f07c99e73deab185 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <[email protected]> | Tue Jul 19 11:21:56 2016 +0000 |
committer | Wim Van Sebroeck <[email protected]> | Mon Jul 25 12:02:43 2016 +0200 |
tree | 8e3e74691aa5ae55351cb63af53c221a6f9c2c4b | |
parent | 919edd5119796f1cc3b47f23e7e15cc0f46942ba [diff] |
watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe() In case of error, the function devm_ioremap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>