commit | b4998c357e43ff99714dc9f33ea5721e397557b1 | [log] [tgz] |
---|---|---|
author | Daniel Baluta <daniel.baluta@nxp.com> | Wed Sep 20 14:02:48 2023 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Sep 22 09:24:02 2023 +0200 |
tree | 0b6aea0e1f39713dd692ce7113a687210fec6581 | |
parent | ac050455c51e542e6dd852ceaff82c8f58de99c9 [diff] |
mm_drv: tlb: Fix compile time warning This fixes the following compile time warning; drivers/mm/mm_drv_intel_adsp_mtl_tlb.c: In function 'sys_mm_drv_mm_init': include/zephyr/sys/__assert.h:44:52: error: format '%p' expects argument of type 'void *', but argument 2 has type 'long unsigned int' [-Werror=format=] __ASSERT_PRINT("\t" fmt "\n", ##__VA_ARGS__) Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>