diff options
author | 2024-05-19 22:34:02 +0900 | |
---|---|---|
committer | 2024-05-29 16:40:03 +0900 | |
commit | 31894d35b51ba61e2931cbf28e80114a4f72bc2b (patch) | |
tree | 5dfdc8f4395ff75665da469b7583254cf7000a4b /scripts/gdb | |
parent | kconfig: fix comparison to constant symbols, 'm', 'n' (diff) | |
download | linux-rng-31894d35b51ba61e2931cbf28e80114a4f72bc2b.tar.xz linux-rng-31894d35b51ba61e2931cbf28e80114a4f72bc2b.zip |
kconfig: remove redundant check in expr_join_or()
The check for 'sym1 == sym2' is redundant here because it has already
been done a few lines above:
if (sym1 != sym2)
return NULL;
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions