From: Dan Carpenter Date: Thu, 21 May 2009 22:22:02 +0000 (-0700) Subject: RxRPC: Error handling for rxrpc_alloc_connection() X-Git-Tag: v2.6.30-rc8~56^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0975ecba3b670df7c488a5e0e6fe9f1f370a8ad8;p=pandora-kernel.git RxRPC: Error handling for rxrpc_alloc_connection() rxrpc_alloc_connection() doesn't return an error code on failure, it just returns NULL. IS_ERR(NULL) is false. Signed-off-by: Dan Carpenter Signed-off-by: David Howells Signed-off-by: David S. Miller --- Reading git-diff-tree failed