nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c'
authorGeyslan G. Bem <geyslan@gmail.com>
Mon, 14 Oct 2013 20:24:16 +0000 (17:24 -0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 28 Oct 2013 22:16:56 +0000 (18:16 -0400)
Use 'PTR_ERR_OR_ZERO()' rather than 'IS_ERR(...) ? PTR_ERR(...) : 0'.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found