aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2019-03-28 17:36:01 +0300
committerHerbert Xu <[email protected]>2019-04-08 14:36:16 +0800
commitffecb696d462de995fad2ad4429a509f439ddef0 (patch)
tree79bf9df0025e47231a41c686e9c5e5a94fbe83f9 /include/uapi/linux
parent8a3719a5b9ef55724b0b0e3667ff542f1d301cfd (diff)
crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()
create_caam_req_fq() doesn't return NULL pointers so there is no need to check. The NULL checks are problematic because it's hard to say how a NULL return should be handled, so removing the checks is a nice cleanup. Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions