linux_dsm_epyc7002/drivers/crypto/qat
Wei Yongjun 65fafbe9bd 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>
2014-08-25 20:34:04 +08:00
..
qat_common crypto: qat - Fix return value check in adf_chr_drv_create() 2014-08-25 20:34:04 +08:00
qat_dh895xcc crypto: qat - Fixed SKU1 dev issue 2014-08-01 22:36:10 +08:00
Kconfig crypto: qat - Updated Firmware Info Metadata 2014-06-26 14:49:35 +08:00
Makefile crypto: qat - Intel(R) QAT driver framework 2014-06-20 21:26:15 +08:00