From: Wei Yongjun Date: Fri, 21 Sep 2012 04:55:02 +0000 (+0800) Subject: hppfs: fix the return value of get_inode() X-Git-Tag: v3.7-rc1~65^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91312c53aff4c9863dca6080182091dc5c5824c6;p=pandora-kernel.git hppfs: fix the return value of get_inode() In case of error, the function get_inode() returns ERR_PTR(). But the users hppfs_lookup() and hppfs_fill_super() use NULL test for check the return value, not IS_ERR(), so we'd better change the return value of get_inode() to NULL instead of ERR_PTR(). dpatch engine is used to generated this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed