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:
4f5829d
)
nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function
author
Geyslan G. Bem
<geyslan@gmail.com>
Mon, 14 Oct 2013 20:24:15 +0000
(17:24 -0300)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 28 Oct 2013 22:16:55 +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