From: Markus Elfring Date: Tue, 18 Nov 2014 12:23:43 +0000 (+0100) Subject: NFS: Deletion of unnecessary checks before the function call "nfs_put_client" X-Git-Tag: omap-for-v3.19/fixes-rc1~150^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe0bf1185ddf7e9d193cfe397ed1414d91526e19;p=pandora-kernel.git NFS: Deletion of unnecessary checks before the function call "nfs_put_client" The nfs_put_client() 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: Trond Myklebust --- Reading git-diff-tree failed