commit | 4cb726121e2cce18d4db5e79347f3ade5fd661a2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat May 11 01:56:48 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 14 23:23:16 2019 +0900 |
tree | f03ab6b5d0b0550179eac2dbe9fbb7b53ad4865e | |
parent | 580c5b3e1b8bc49dd5452c8a65a72452c534b4b5 [diff] |
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>