From 2698cbc79feae6faeb62a08e0d9f2e545ebd10b5 Mon Sep 17 00:00:00 2001 From: pengyunsheng Date: Wed, 13 Jul 2022 19:39:18 +0800 Subject: [PATCH] bleutooth ipc Signed-off-by: pengyunsheng --- lib/ratelimit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ratelimit.c b/lib/ratelimit.c index e01a93f46f83..b1e6efacf0e9 100644 --- a/lib/ratelimit.c +++ b/lib/ratelimit.c @@ -29,6 +29,8 @@ int ___ratelimit(struct ratelimit_state *rs, const char *func) unsigned long flags; int ret; + return 1; + if (!rs->interval) return 1; -- Gitee