Skip to content
Commit 523ca58b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: remove const qualifier from sym_expand_string_value()



This function returns realloc'ed memory, so the returned pointer
must be passed to free() when done.  So, 'const' qualifier is odd.
It is allowed to modify the expanded string.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent d717f24d
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