commit | dd7193e49133d1fde2dd38c2ddc5df3b0241496a | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Thu Jan 04 21:54:00 2024 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jan 08 12:35:52 2024 +0100 |
tree | f4a67cc4edbf0b681eb6c7e40a6512f3acf5db6e | |
parent | 310c4539e96d54aeef7c811d50fa5b2029dff8dc [diff] |
drivers: intc: plic: simplify the handling of the `irq_count` array Store the compile-time computed length of the `irq_count` into a variable so that we have less to do in runtime. Signed-off-by: Yong Cong Sin <ycsin@meta.com>