]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tee: amdtee: Remove unused return variables
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 5 Jan 2026 12:49:41 +0000 (13:49 +0100)
committerJens Wiklander <jens.wiklander@linaro.org>
Wed, 14 Jan 2026 09:20:51 +0000 (10:20 +0100)
commita0db08f47c836251fbaccf711e12fe8428235465
tree349414fb92c11d4bc8317d8e943176c51ecfd341
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
tee: amdtee: Remove unused return variables

In tee_params_to_amd_params() and amd_params_to_tee_params(), return 0
directly and remove the unused return variables.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/amdtee/call.c