commit | bc8d2e20a3eb2f8d268ad7bbca878cf3acdcf389 | [log] [tgz] |
---|---|---|
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | Thu Aug 30 11:18:42 2018 +0200 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 01 01:21:42 2018 +0900 |
tree | 471357ae2c913f54f649cba93548390b1e7f62c7 | |
parent | 6147b1cf19651c7de297e69108b141fb30aa2349 [diff] |
kconfig: remove a spurious self-assignment The self assignment was probably introduced by an automated code refactoring in commit 694c49a7c01c ("kconfig: drop localization support"). The issue was identified by a self-assign warning when running make menuconfig with clang. Fixes: 694c49a7c01c ("kconfig: drop localization support") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>