From: Dan Carpenter Date: Wed, 21 Apr 2010 23:55:27 +0000 (+0000) Subject: rdma: potential ERR_PTR dereference X-Git-Tag: v2.6.34-rc6~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24acc6895616b373475e92e49925efc3ef591563;p=pandora-kernel.git rdma: potential ERR_PTR dereference In the original code, the "goto out" calls "rdma_destroy_id(cm_id);" That isn't needed here and would cause problems because "cm_id" is an ERR_PTR. The new code just returns directly. Signed-off-by: Dan Carpenter Acked-by: Andy Grover Signed-off-by: David S. Miller --- Reading git-diff-tree failed