From: Steve Wise Date: Fri, 10 Sep 2010 16:14:48 +0000 (-0500) Subject: RDMA/cxgb4: Don't use null ep ptr X-Git-Tag: v2.6.37-rc1~95^2^4~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af93fb5dcc6b1cba5fd0861d349b3f9c93144bc0;p=pandora-kernel.git RDMA/cxgb4: Don't use null ep ptr In c4iw_modify_qp() error path, only use qhp->ep if ep is not already set. Otherwise qhp->ep can be NULL and we crash. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed