]> 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 21:43:32 +0000 (13:43 -0800)
commitd3854d8c3d27532a6c0fa988c3c6679c47e89ea5
tree3c0311d6555f6ce85507c1600abdb9548e9cb48f
parentc80c320eb1a88f22001e2083aa2472e0fa7c7f11
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