From: Stefan Roscher Date: Tue, 11 Nov 2008 23:44:22 +0000 (-0800) Subject: IB/ehca: Remove reference to special QP in case of port activation failure X-Git-Tag: v2.6.28-rc5~61^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad96ab62d38b94efbdb4c3c5fc55cb90d57937d;p=pandora-kernel.git IB/ehca: Remove reference to special QP in case of port activation failure If the initialization of a special QP (e.g. AQP1) fails due to a software timeout, we have to remove the reference to that special QP struct from the port struct to stop the driver from accessing the QP, since it will be/has been destroyed by the caller, eg in this case ib_mad. Signed-off-by: Stefan Roscher Signed-off-by: Roland Dreier --- Reading git-diff-tree failed