commit | db6d2d0e6d24176f524359bff2f209f0c8425496 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <[email protected]> | Fri Jun 17 17:11:35 2016 +0000 |
committer | Wim Van Sebroeck <[email protected]> | Sun Jul 17 21:01:43 2016 +0200 |
tree | 10ac4d23bd5797551367a4c29a9b701ec6b65f5e | |
parent | 22daf7a71683185db6bcb089e006be5f99dddf9c [diff] |
watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe() In case of error, the function devm_kzalloc() 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]>