ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable"
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 3 Jan 2015 18:25:55 +0000 (19:25 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 5 Jan 2015 19:03:00 +0000 (19:03 +0000)
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 <elfring@users.sourceforge.net>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found