package/bcusdk: fix definition typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2619c021891daed6a1dfce4bacecf825434108cd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-10 09:07:55 +02:00
parent 1cfaea9c7a
commit 9fe9208ac0

View File

@ -6,7 +6,7 @@ Subject: [PATCH] eibd: drop local clock_gettime in USB backends
clock_gettime is defined locally, and calls pth_int_time, which clock_gettime is defined locally, and calls pth_int_time, which
in turn calls clock_gettime. in turn calls clock_gettime.
The USB backend shouldn't overrule clock_gettime in the first place. The USB backend shouldn't overrule clock_gettime in the first place.
This patch fixes this endless recursion by removing the local defition. This patch fixes this endless recursion by removing the local definition.
Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
--- ---