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:
4d3297c
)
9p: Add missing cast for the error return value in v9fs_get_inode
author
Abhishek Kulkarni
<adkulkar@umail.iu.edu>
Mon, 17 Aug 2009 21:32:18 +0000
(16:32 -0500)
committer
Eric Van Hensbergen
<ericvh@strongmad.austin.ibm.com>
Mon, 17 Aug 2009 21:35:08 +0000
(16:35 -0500)
Cast the error return value (ENOMEM) in v9fs_get_inode() to its
correct type using ERR_PTR.
Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
No differences found