Searched hist:"63873401 cb0437f2e1a092f06f1966cd2a5cdd8e" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | interrupt.c | 63873401cb0437f2e1a092f06f1966cd2a5cdd8e Thu Jan 23 16:45:04 UTC 2025 Etienne Carriere <etienne.carriere@foss.st.com> core: interrupt: fix property count in dt_get_irq_type_prio()
Fix the number of properties passed by dt_get_irq_type_prio() to dt_get_irq handler of the interrupt main chip. The fixed issue was not seen since existing registered dt_get_irq handlers (atmel_wdt.c, gic.c and plic.c) do not really care when this count value is too high.
Fixes: 702fe5a74327 ("core: kernel: interrupt: add type and prio for interrupts") Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
|