]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: IS_ERR/PTR_ERR confusion
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 8 Dec 2009 18:13:03 +0000 (13:13 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 22:04:08 +0000 (14:04 -0800)
commitb9058d460800ee672e90d09f7419117baa64f045
tree99dc9b05a62fd5e905de7826f14d6224fd9f9321
parent037b7867ec53baa0dea5d05d4201e4fbf2405fc3
SUNRPC: IS_ERR/PTR_ERR confusion

commit 480e3243df156e39eea6c91057e2ae612a6bbe19 upstream.

IS_ERR returns 1 or 0, PTR_ERR returns the error value.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sunrpc/auth_gss/auth_gss.c