aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-11 16:33:17 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-11 23:37:55 +0900
commite3cd5136a4ecece6a7599a07add0dfb811a7f49d (patch)
tree3893506f241a8fe9c2d3b284f70386d4046ef912 /arch/s390/Makefile
parentkconfig: Fix spelling of sym_is_changable (diff)
downloadlinux-dev-e3cd5136a4ecece6a7599a07add0dfb811a7f49d.tar.xz
linux-dev-e3cd5136a4ecece6a7599a07add0dfb811a7f49d.zip
kconfig: remove meaningless if-conditional in conf_read()
sym_is_choice(sym) has already been checked by previous if-block: if (sym_is_choice(sym) || (sym->flags & SYMBOL_NO_WRITE)) continue; Hence, the following code is redundant, and the comment is misleading: if (!sym_is_choice(sym)) continue; /* fall through */ It always takes 'continue', never falls though. Clean up the dead code. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/s390/Makefile')
0 files changed, 0 insertions, 0 deletions