From: Geyslan G. Bem Date: Mon, 14 Oct 2013 20:24:15 +0000 (-0300) Subject: nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bcfa6682cfc7ee19dee0e94587f8f55a440df6;p=pandora-kernel.git nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function 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