zephyr/kernel
Fabio Baltieri a477bddc59 kernel: dynamic: add missing assert argument
Add a missing assert argument, fixes:

zephyrproject/zephyr/kernel/dynamic.c: In function 'dyn_cb':
zephyrproject/zephyr/include/zephyr/sys/__assert.h:44:52: warning:
	format '%p' expects a matching 'void *' argument [-Wformat=]

That started to break the build since:

d7846de548 assert: check format arguments for correctness

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-09-06 18:34:58 +02:00
..
include
paging
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
Kconfig.vm
atomic_c.c
banner.c kernel: banner: Allow for customising version 2023-08-21 10:09:46 +02:00
busy_wait.c
compiler_stack_protect.c kernel: canaries: Allow using TLS to store it 2023-08-08 19:08:04 -04:00
condvar.c
device.c
dynamic.c kernel: dynamic: add missing assert argument 2023-09-06 18:34:58 +02:00
dynamic_disabled.c
errno.c
events.c
fatal.c
futex.c
idle.c
init.c kernel: canaries: Allow using TLS to store it 2023-08-08 19:08:04 -04:00
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c kernel: mem_slab: Add assert to k_mem_slab_free() 2023-09-03 18:20:59 -04:00
mempool.c
mmu.c kernel: mmu: fix bitmap set and clear under direct map 2023-08-15 16:30:55 -04:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c kernel: sched: optimize for Meta IRQs == coop prios 2023-08-28 20:15:44 +02:00
sem.c
smp.c kernel: rename shadow variables 2023-08-10 08:14:12 +00:00
stack.c
system_work_q.c
thread.c
timeout.c kernel: timeout: Remove unneeded assignment 2023-08-22 10:46:41 +01:00
timer.c
usage.c
userspace.c
userspace_handler.c
version.c
work.c
xip.c kernel: canaries: Allow using TLS to store it 2023-08-08 19:08:04 -04:00