commit | 89145649b0d0d51e90a85de23ca881c97d3a71a4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun Mar 14 04:48:24 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu Mar 25 13:34:26 2021 +0900 |
tree | 61d472f4300f3977a7ec7c4972bd752f0dbfd7a6 | |
parent | 1e28eed17697bcf343c6743f0028cc3b5dd88bf0 [diff] |
kconfig: split randconfig setup code into set_randconfig_seed() This code is too big to be placed in the switch statement. Move the code into a new helper function. I slightly refactor the code without changing the behavior. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>