package/bcusdk: fix definition typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
4c046460d2
commit
2619c02189
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
in turn calls clock_gettime.
|
||||
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>
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue