git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54bcfa6
)
nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c'
author
Geyslan G. Bem
<geyslan@gmail.com>
Mon, 14 Oct 2013 20:24:16 +0000
(17:24 -0300)
committer
Trond 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