From: James Smart Date: Fri, 22 May 2015 14:42:40 +0000 (-0400) Subject: lpfc: Fix cq_id masking problem. X-Git-Tag: omap-for-v4.3/legacy-v2-signed~180^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f3b48d26ac069abc020826f0c429c4ddcfb20c;p=pandora-kernel.git lpfc: Fix cq_id masking problem. The driver inadvertainly constrained the id space to 8 bits, when its a full 16 bits from hw. This resulted in bad id's being written to the hardware. Resulted in symptoms such as incomplete initialization, no detection of link events, etc. Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed