Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: remove error check for xrealloc()
xrealloc() never returns NULL as it is checked in the callee. This is a left-over of commit d717f24 ("kconfig: add xrealloc() helper"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
- Loading branch information