commit | 4b855962df91cc5b4d9afb55398b9a5d3837fd82 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Tue Feb 11 11:21:08 2025 -0600 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 12 07:13:22 2025 +0100 |
tree | c13fef98c7db6d972f84728a24ea9c1e9485717b | |
parent | 233d6b1bf5df299b28b42f04aac5d92b655bb7a3 [diff] |
drivers: mm: rat: Merge address_trans_init into base init function This helper function is only used once and is way too small to need to be factored into its own function. Inlining it greatly reduces code size and complexity. While merging, move the ASSERT()S out of the loop, they only need checked once. Signed-off-by: Andrew Davis <afd@ti.com>