]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: Remove duplicate call to sym_get_string_value()
authorMickaël Salaün <mic@linux.microsoft.com>
Mon, 15 Feb 2021 18:15:09 +0000 (19:15 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 24 Feb 2021 06:12:06 +0000 (15:12 +0900)
commitf58f1fb6b2f74111a346b2d8f21e021d752262a8
tree71d0c538b0c8236fe3d61d01d91662cfa3d59745
parentb1fe72a90b4d9798460bd5ecf7a86221bc60b3ee
kconfig: Remove duplicate call to sym_get_string_value()

Use the saved returned value of sym_get_string_value() instead of
calling it twice.

Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
Link: https://lore.kernel.org/r/20210215181511.2840674-2-mic@digikod.net
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/conf.c