From: Markus Elfring Date: Sat, 3 Jan 2015 18:25:55 +0000 (+0100) Subject: ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable" X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~13^2~7^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180cf794d4f5e0e82a4df30b8bacd9b472f80f44;p=pandora-kernel.git ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable" The clk_enable() 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: Mark Brown --- Reading git-diff-tree failed