Skip to content
Commit 33fac38b authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Need break to stop unexpected fall through

STATE_LF should finish without processing next case but unexpected fall
through happens due to missing of "break".

Fortunately, this unexpected fall through doesn't cause any problems
since STATE_ODD_NUMBERED_RIS case always finishes without doing anything
when unexpected fall through happens.

Bug: 29491345
Change-Id: I23c673ccfc4a2c786fa41f0f7bacb0885896a509
parent 5f2f0d33
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment