]> git.ipfire.org Git - thirdparty/kmod.git/commit
shared/util: remove unused t0 in get_backoff_delta_msec()
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 14:31:36 +0000 (15:31 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Jun 2025 12:54:40 +0000 (07:54 -0500)
commitd2ee70eac80d15f97d8be66840500859841de2ed
treec851157ebbb8cb14827d8bb45ad71e9d78b154b9
parent2f5b9f1e2caafbf141886b39635ae64043613735
shared/util: remove unused t0 in get_backoff_delta_msec()

The argument was unused ever since the function was introduced - remove
it.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/361
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/util.c
shared/util.h
testsuite/test-util.c
tools/modprobe.c