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)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 10:55:18 +0000 (11:55 +0100)
The simple assignment is enough because memset() three lines above
has zero-cleared the structure.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>

No differences found