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)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 May 2019 14:23:16 +0000 (23:23 +0900)
commit4cb726121e2cce18d4db5e79347f3ade5fd661a2
treef03ab6b5d0b0550179eac2dbe9fbb7b53ad4865e
parent580c5b3e1b8bc49dd5452c8a65a72452c534b4b5
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>
scripts/kconfig/confdata.c