]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Replace PTR_RET with PTR_ERR_OR_ZERO
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 17 Jul 2013 07:41:52 +0000 (08:41 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Jul 2013 01:41:46 +0000 (11:11 +0930)
commitad151d544475df40ee0d18be7d5c945e29c1b545
treed14fd057dea9b606d209bf0429d3333488897d1c
parentcd633972e120003bd4cecc7dae560d2e32da5360
GFS2: Replace PTR_RET with PTR_ERR_OR_ZERO

PTR_RET should be PTR_ERR

Reported-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
fs/gfs2/inode.c