commit | 33fac38ba9b02e9de05a53f00a708d7d7b47d12b | [log] [tgz] |
---|---|---|
author | Seigo Nonaka <nona@google.com> | Mon Jun 20 14:15:05 2016 +0900 |
committer | Seigo Nonaka <nona@google.com> | Mon Jun 20 05:20:22 2016 +0000 |
tree | a731f5d986ef550f8e8da265536e42214f6553f8 | |
parent | 5f2f0d33907e88708206c46cd8840e8f8874a591 [diff] |
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