Commit b8b752a1 authored by Carlos Llamas's avatar Carlos Llamas
Browse files

p9221_charger: fix implicit fall-through error



Fixes the following -Wimplicit-fallthrough error:

  bms/p9221_charger.c:2285:2:
  error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
        default:
        ^
  bms/p9221_charger.c:2285:2:
  note: insert 'break;' to avoid fall-through
        default:
        ^
        break;

Bug: 215617713
Signed-off-by: default avatarCarlos Llamas <cmllamas@google.com>
Change-Id: I2b1f52bbfeb7a6c6aca049a381a481de867651a5
parent 8e333cbe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment