Skip to content
Snippets Groups Projects
Commit 939390b2 authored by Dan Carpenter's avatar Dan Carpenter Committed by Tom Rini
Browse files

test: fix a couple NULL vs IS_ERR() checks


The x509_cert_parse() and pkcs7_parse_message() functions return error
pointers.  They don't return NULL.  Update the checks accordingly.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent d864bd0e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment