9p: Add missing cast for the error return value in v9fs_get_inode
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>
Mon, 17 Aug 2009 21:32:18 +0000 (16:32 -0500)
committerEric 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