]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e9ac331b3ec3b8f60f3363bdf8427bbe8c5d61d
treef03ab6b5d0b0550179eac2dbe9fbb7b53ad4865e
parent87e95d3bf4cd91eb626d99883471dcb753ec1951
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