From: Geyslan G. Bem Date: Mon, 14 Oct 2013 20:24:16 +0000 (-0300) Subject: nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6706246b22358b70b49e35a988a9bbfa830619ee;p=pandora-kernel.git nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' Use 'PTR_ERR_OR_ZERO()' rather than 'IS_ERR(...) ? PTR_ERR(...) : 0'. Signed-off-by: Geyslan G. Bem Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed