From: SF Markus Elfring Date: Fri, 4 Sep 2015 22:43:32 +0000 (-0700) Subject: ntfs: delete unnecessary checks before calling iput() X-Git-Tag: omap-for-v4.3/fixes-rc1~87^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=917520e100e1db5e8dd546dd94fef070a31652a5;p=pandora-kernel.git ntfs: delete unnecessary checks before calling iput() iput() 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 Cc: Julia Lawall Reviewed-by: Anton Altaparmakov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed