Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: remove useless NULL pointer check in conf_write_dep()
conf_write_dep() has just one caller: conf_write_dep("include/config/auto.conf.cmd"); "name" always points to a valid string. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
- Loading branch information