From: Markus Elfring Date: Tue, 7 Jul 2015 19:48:23 +0000 (+0200) Subject: kconfig: Delete unnecessary checks before the function call "sym_calc_value" X-Git-Tag: omap-for-v4.3/fixes-rc1~66^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ffd08d9bc92b5d56f6536406c379d82a757e7a;p=pandora-kernel.git kconfig: Delete unnecessary checks before the function call "sym_calc_value" The sym_calc_value() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Michal Marek --- Reading git-diff-tree failed