tee: amdtee: Make use of the helper macro LIST_HEAD()
authorCai Huoqing <cai.huoqing@linux.dev>
Wed, 9 Feb 2022 03:27:43 +0000 (11:27 +0800)
committerJens Wiklander <jens.wiklander@linaro.org>
Mon, 14 Feb 2022 09:57:55 +0000 (10:57 +0100)
commitf7b67642dd98617dc569836cdcba041c7ff00cbb
tree24cc2144db8301a0cab10f2a4474513b18772fa2
parent26291c54e111ff6ba87a164d85d4a4e134b7315c
tee: amdtee: Make use of the helper macro LIST_HEAD()

Replace "struct list_head head = LIST_HEAD_INIT(head)" with
"LIST_HEAD(head)" to simplify the code.

Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Reviewed-by: Rijo Thomas <Rijo-john.Thomas@amd.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/amdtee/call.c