diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-30 12:15:48 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-08 04:40:52 +0300 |
commit | 75889e9be78febab9991f9c07fdf09d128562bf5 (patch) | |
tree | 8213b1bf39312fa5f4cbe7ae37a3371ef190e998 /mm/page_io.c | |
parent | a9b722847872d43595d072d7fd550f08fe6764fd (diff) | |
download | linux-75889e9be78febab9991f9c07fdf09d128562bf5.tar.xz |
kconfig: remove unneeded setsym label in conf_read_simple()
The two 'goto setsym' statements are reachable only when sym == NULL.
The code below the 'setsym:' label does nothing when sym == NULL
since there is just one if-block guarded by 'if (sym && ...)'.
Hence, 'goto setsym' can be replaced with 'continue'.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'mm/page_io.c')
0 files changed, 0 insertions, 0 deletions