kconfig: do not use OR-assignment for zero-cleared structure
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Apr 2020 15:33:20 +0000 (00:33 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:30 +0000 (13:28 +0900)
commitcfc6eea9f6af84e838e28be57b03be5502c4a02e
tree9e2c808c085c6f1c14d2b62080397e7939acced4
parent2ef96a5bb12be62ef75b5828c0aab838ebb29cb8
kconfig: do not use OR-assignment for zero-cleared structure

The simple assignment is enough because memset() three lines above
has zero-cleared the structure.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/symbol.c