commit | 0455ecee35417d8405e031b9ed37e508e4bd8fd5 | [log] [tgz] |
---|---|---|
author | Chungkai Mei <chungkai@google.com> | Tue Mar 25 08:30:56 2025 +0000 |
committer | Chung-Kai (Michael) Mei <chungkai@google.com> | Tue Mar 25 02:17:10 2025 -0700 |
tree | ae3628180f007ebfc810490634fa5a6b3593e34c | |
parent | a47b636eb5853cc137e602022a68861a1fc9b22c [diff] |
Parallel module loading: Fix typo and simplify logic Remove redundant `find()` call as `insert()` performs an internal search and use `load_modules_parallel` directly for all mode selection. Bug: 402263126 Change-Id: Ib87d45843fe34df41eee33fdc72179c964061c73 Signed-off-by: Chungkai Mei <chungkai@google.com>