linux/drivers/staging/lustre
Wei Yongjun b751bc77be staging: lustre: fix return value check in capa_hmac()
In case of error, the function crypto_alloc_hash() 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-12-20 11:45:09 -08:00
..
include/linux staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00
lnet staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00
lustre staging: lustre: fix return value check in capa_hmac() 2013-12-20 11:45:09 -08:00
Kconfig
Makefile staging/lustre: fix Lustre code link order 2013-07-23 12:23:55 -07:00
TODO