From: Markus Elfring Date: Tue, 18 Nov 2014 16:17:46 +0000 (+0100) Subject: udf: Deletion of unnecessary checks before the function call "iput" X-Git-Tag: omap-for-v3.19/fixes-rc1~145^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d454e4a443178863f858cdafac870ceb1989407;p=pandora-kernel.git udf: Deletion of unnecessary checks before the function call "iput" The iput() 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: Jan Kara --- Reading git-diff-tree failed