commit | 3ef34ff6d1c60df8a620b8e9e453b1f8ee931a32 | [log] [tgz] |
---|---|---|
author | Piotr Wojnarowski <pwojnarowski@antmicro.com> | Thu Nov 16 16:17:50 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Nov 20 09:20:13 2023 +0100 |
tree | edf28f8fd57860b21c39ef47d54dd36ee49a6104 | |
parent | 43a0839c6c6bc9b06c00c6175d048e7d9c28aad2 [diff] |
drivers: intc: plic: Make function names and types consistent `get_claim_complete_offset` and `get_threshold_priority_offset` actually return addresses directly. Rename them to `_addr` for consistency within the driver. Also change their return type to `mem_addr_t`. Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>