diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-08-14 09:00:44 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-08-25 20:34:04 +0800 |
commit | 65fafbe9bddf49d53a2bbae92498909e3c5f964b (patch) | |
tree | 110a432d59abb22f14ec11234fd2bc4defac20bb /fs/attr.c | |
parent | e5ffbfc182bc148f44840bdd3970ea4c8bf80c3c (diff) | |
download | talos-obmc-linux-65fafbe9bddf49d53a2bbae92498909e3c5f964b.tar.gz talos-obmc-linux-65fafbe9bddf49d53a2bbae92498909e3c5f964b.zip |
crypto: qat - Fix return value check in adf_chr_drv_create()
In case of error, the function device_create() 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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'fs/attr.c')
0 files changed, 0 insertions, 0 deletions