kconfig/conf: merge duplicate switch's case
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
committed by
Michal Marek
parent
579fb8e741
commit
bf128f5265
@@ -529,8 +529,6 @@ int main(int ac, char **av)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case savedefconfig:
|
case savedefconfig:
|
||||||
conf_read(NULL);
|
|
||||||
break;
|
|
||||||
case silentoldconfig:
|
case silentoldconfig:
|
||||||
case oldaskconfig:
|
case oldaskconfig:
|
||||||
case oldconfig:
|
case oldconfig:
|
||||||
|
Reference in New Issue
Block a user