]> git.baikalelectronics.ru Git - kernel.git/commit
tee: fix memory allocation failure checks on drv_data and amdtee
authorColin Ian King <colin.king@canonical.com>
Thu, 16 Jan 2020 15:48:52 +0000 (15:48 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jan 2020 08:21:11 +0000 (16:21 +0800)
commit8eb8e5c860aac54babf24533de70df0c12c04dc6
treeeb7664d58dacfdac132506633119f0fc2ac59cfe
parent470726764d044331910574aaa9c600f7017bcc46
tee: fix memory allocation failure checks on drv_data and amdtee

Currently the memory allocation failure checks on drv_data and
amdtee are using IS_ERR rather than checking for a null pointer.
Fix these checks to use the conventional null pointer check.

Addresses-Coverity: ("Dereference null return")
Fixes: a1be16c860f4 ("tee: add AMD-TEE driver")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Rijo Thomas <Rijo-john.Thomas@amd.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/tee/amdtee/core.c