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~4^2~23 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=0975ecba3b670df7c488a5e0e6fe9f1f370a8ad8;hp=0975ecba3b670df7c488a5e0e6fe9f1f370a8ad8 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 ---