diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-06-17 19:12:05 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-07-17 21:01:49 +0200 |
commit | fafdbabaf5c6a949168b384e159152f6e37427ba (patch) | |
tree | 4cea5ef10ea110d9939bceb596ccf119e66c7ec4 /drivers/watchdog/iTCO_wdt.c | |
parent | watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe() (diff) | |
download | linux-fafdbabaf5c6a949168b384e159152f6e37427ba.tar.xz linux-fafdbabaf5c6a949168b384e159152f6e37427ba.zip |
watchdog: pic32-dmt: Fix return value check in pic32_dmt_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 <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/iTCO_wdt.c')
0 files changed, 0 insertions, 0 deletions