NFSv4: Fix the return value for nfs_callback_start_svc
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 16 Oct 2012 16:30:44 +0000 (12:30 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 16 Oct 2012 17:14:42 +0000 (13:14 -0400)
returning PTR_ERR(cb_info->task) just after we have set it to
NULL looks like a typo...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Stanislav Kinsbursky <skinsbursky@parallels.com>

No differences found