diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-07-19 13:21:56 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-07-25 12:02:43 +0200 |
commit | cddd74db8d42b953a0612810f07c99e73deab185 (patch) | |
tree | 8e3e74691aa5ae55351cb63af53c221a6f9c2c4b /crypto | |
parent | watchdog: pic32-dmt: Remove .owner field for driver (diff) | |
download | linux-cddd74db8d42b953a0612810f07c99e73deab185.tar.xz linux-cddd74db8d42b953a0612810f07c99e73deab185.zip |
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 <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 'crypto')
0 files changed, 0 insertions, 0 deletions