diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-30 10:15:48 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-08 02:40:52 +0100 |
commit | 75889e9be78febab9991f9c07fdf09d128562bf5 (patch) | |
tree | 8213b1bf39312fa5f4cbe7ae37a3371ef190e998 /drivers/dma/k3dma.c | |
parent | scripts/kconfig/merge_config: don't redefine 'y' to 'm' (diff) | |
download | linux-75889e9be78febab9991f9c07fdf09d128562bf5.tar.xz linux-75889e9be78febab9991f9c07fdf09d128562bf5.zip |
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 'drivers/dma/k3dma.c')
0 files changed, 0 insertions, 0 deletions