commit | 990e12559c6df0326264dc3fc0324029b2de03ba | [log] [tgz] |
---|---|---|
author | Will McVicker <[email protected]> | Mon Jun 26 15:34:03 2023 -0700 |
committer | Will McVicker <[email protected]> | Tue Apr 16 10:20:27 2024 -0700 |
tree | 5dc1a0287b367ef3ce5e5a7a945df6423e30b9cd | |
parent | c374060c2f3aad9cd94f91b3a987032c25190295 [diff] |
pca9468_charger: Add misisng fallthrough This fixes build issues which requires switch cases without a break to explicitly include a "fallthrough" statement. Bug: 288966302 Fixes: d8456dec9a74 ("P22: Enable dynamic IR drop") Change-Id: I0f9dcc554824062b72bbbf2ebf4123ceed3c836d Signed-off-by: Will McVicker <[email protected]>