From: Markus Elfring Date: Tue, 2 Dec 2014 21:50:24 +0000 (+0100) Subject: ALSA: i2sbus: Deletion of unnecessary checks before the function call "release_and_fr... X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492a7ea0a6d3cc9c16ad5f8af832ed4278225b2e;p=pandora-kernel.git ALSA: i2sbus: Deletion of unnecessary checks before the function call "release_and_free_resource" The release_and_free_resource() 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: Takashi Iwai --- Reading git-diff-tree failed