From 3c9370f7b6bffd697c9907a7139e9df5b0d4b9df Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 20 Nov 2023 10:14:11 +0000 Subject: [PATCH] enable OTG_EN_OC_GPIO0_C2 vcc3v3_lcd0_n gpio --- kernel/samples/trace_events/trace-events-sample.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/samples/trace_events/trace-events-sample.c b/kernel/samples/trace_events/trace-events-sample.c index 5522692..8b4be8e 100644 --- a/kernel/samples/trace_events/trace-events-sample.c +++ b/kernel/samples/trace_events/trace-events-sample.c @@ -33,7 +33,7 @@ /* Silly tracepoints */ trace_foo_bar("hello", cnt, array, random_strings[len], - ¤t->cpus_allowed); + current->cpus_ptr); trace_foo_with_template_simple("HELLO", cnt); -- Gitblit v1.6.2