kconfig: remove useless NULL pointer check in conf_write_dep()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 10 May 2019 16:56:48 +0000 (01:56 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 27 Sep 2019 20:31:13 +0000 (22:31 +0200)
commita57a7e78baeede9c999a67dcd812fbfc711463fa
tree003e3bf6b62e7dca8f22412f124ea507a1e7b8d5
parent719358ae4ca9379a3678856a05ed71332f6fac56
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/confdata.c