SUNRPC: IS_ERR/PTR_ERR confusion
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 8 Dec 2009 18:13:03 +0000 (13:13 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 8 Dec 2009 18:13:03 +0000 (13:13 -0500)
commit480e3243df156e39eea6c91057e2ae612a6bbe19
treec9a37151b853c4118de309738db8580b34b0148f
parent1185a552e3d78807031f4021c5edb60d3e8838f1
SUNRPC: IS_ERR/PTR_ERR confusion

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

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c