From: Roland Dreier Date: Fri, 3 Aug 2007 17:45:17 +0000 (-0700) Subject: IB/sa: Don't need to check for default P_Key twice X-Git-Tag: v2.6.23-rc4~126^2~14 X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5399891052badf97948098d01772113801f6ef58;hp=5399891052badf97948098d01772113801f6ef58;p=linux-2.6-omap-h63xx.git IB/sa: Don't need to check for default P_Key twice Now that ib_find_pkey() ignores the membership bit of P_Keys, there's no need for ib_sa to look for both 0x7fff and 0xffff in a port's P_Key table. Signed-off-by: Roland Dreier ---