commit | 84dd95d4f87a0dd2b635df936b1fc27d7424e097 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 11 22:39:41 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jan 22 00:49:31 2018 +0900 |
tree | e131e99f41c9a83ce61b2746c420a503bb9be89d | |
parent | 5a3dc717b3c785242e6d40f08288947cb6751ee4 [diff] |
kconfig: make conf_unsaved a local variable of conf_read() conf_unsaved is initialized by conf_read_simple(), but it is possible to move it to conf_read() so that it can be a local variable. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>