diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-01-07 16:56:35 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 15:22:49 -0800 |
commit | 634608f27acd098b245ca6fe60e06701185eb170 (patch) | |
tree | 1206ecfe325c1d14167a2cd72e0ca5f02f713893 /kernel | |
parent | 3c1547e774b7d8485b7a1b15bb5e558d595ffc03 (diff) | |
download | linux-634608f27acd098b245ca6fe60e06701185eb170.tar.bz2 |
misc: genwqe: fix return value check in genwqe_device_create()
In case of error, the function device_create_with_groups()
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>
Acked-by: Frank Haverkamp <haver@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions