init: missing break statement
Change-Id: Iac4a19c404590c3faba6021c7e537b01805c2d45
This commit is contained in:
parent
8e1697e752
commit
7a3d66c9eb
|
@ -118,6 +118,7 @@ static int lookup_keyword(const char *s)
|
|||
switch (*s++) {
|
||||
case 'b':
|
||||
if (!strcmp(s, "ootchart_init")) return K_bootchart_init;
|
||||
break;
|
||||
case 'c':
|
||||
if (!strcmp(s, "opy")) return K_copy;
|
||||
if (!strcmp(s, "apability")) return K_capability;
|
||||
|
|
Loading…
Reference in New Issue