From: Matan Barak Date: Thu, 11 Jun 2015 13:35:21 +0000 (+0300) Subject: IB/core: Change ib_create_cq to use struct ib_cq_init_attr X-Git-Tag: omap-for-v4.2/fixes-rc1^2~152^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e37210b38fb7d6aa06aebde763316ee955d44c0;p=pandora-kernel.git IB/core: Change ib_create_cq to use struct ib_cq_init_attr Currently, ib_create_cq uses cqe and comp_vecotr instead of the extendible ib_cq_init_attr struct. Earlier patches already changed the vendors to work with ib_cq_init_attr. This patch changes the consumers too. Signed-off-by: Matan Barak Signed-off-by: Or Gerlitz Signed-off-by: Doug Ledford --- Reading git-diff-tree failed