]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dma-buf/dma-fence: Remove return code of signaling-functions
authorPhilipp Stanner <phasta@kernel.org>
Mon, 1 Dec 2025 10:50:11 +0000 (11:50 +0100)
committerPhilipp Stanner <phasta@kernel.org>
Thu, 4 Dec 2025 14:03:40 +0000 (15:03 +0100)
commit88e721ab978a86426aa08da520de77430fa7bb84
treeaa108ca34e3de35f5fede9b5489c562496c279d8
parentc6c60a2290b335eb5b45c6c7eeb254f18027b3ec
dma-buf/dma-fence: Remove return code of signaling-functions

All functions used for signaling a fence return an error code whose sole
purpose is to tell whether a fence was already signaled.

This is racy and has been used by almost no party in the kernel, and the
few users have been removed in preceding cleanup commits.

Turn all signaling-functions into void-functions.

Suggested-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20251201105011.19386-9-phasta@kernel.org
drivers/dma-buf/dma-fence.c
include/linux/dma-fence.h