diff options
| author | Dan Carpenter <[email protected]> | 2019-03-28 17:36:01 +0300 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2019-04-08 14:36:16 +0800 |
| commit | ffecb696d462de995fad2ad4429a509f439ddef0 (patch) | |
| tree | 79bf9df0025e47231a41c686e9c5e5a94fbe83f9 /include/uapi/linux | |
| parent | 8a3719a5b9ef55724b0b0e3667ff542f1d301cfd (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