From: Steve Wise Date: Fri, 27 Apr 2012 15:24:33 +0000 (-0500) Subject: RDMA/cxgb4: Use dst parameter in import_ep() X-Git-Tag: v3.5-rc1~171^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd61baaf59669accae2720799394a51fecabe5d9;p=pandora-kernel.git RDMA/cxgb4: Use dst parameter in import_ep() Function import_ep() is incorrectly using ep->dst instead of the dst ptr passed in. This causes a crash when accepting new rdma connections becase ep->dst is not initialized yet. Signed-off-by: Steve Wise Cc: Signed-off-by: Roland Dreier --- Reading git-diff-tree failed