From: Jon Mason Date: Sun, 9 Mar 2008 20:54:12 +0000 (-0700) Subject: RDMA/cxgb3: Fix iwch_create_cq() off-by-one error X-Git-Tag: v2.6.25-rc6~43^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa45725df0f00c2bf86a0fc2670e88bfe0ceee7;p=pandora-kernel.git RDMA/cxgb3: Fix iwch_create_cq() off-by-one error The cxbg3 driver is unnecessarily decreasing the number of CQ entries by one when creating a CQ. This will cause the CQ not to have as many entries as requested by the user if the user requests a power of 2 size. Signed-off-by: Jon Mason Acked-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed