commit | b3e6916d6edfdf12505efbfb4a019e8a96f2c674 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Jun 17 17:34:17 2016 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 14:41:18 2016 -0700 |
tree | 4445b9e09fc52df074a2f8f7e44ee5425eb7e7e8 | |
parent | 4562d224edbe62e5620abbf49ffa8ceae2b73762 [diff] |
staging: wilc1000: fix return value check in wlan_initialize_threads() In case of error, the function kthread_run() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>