Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 31894d35 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent aabdc960
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment