From: Roland Dreier Date: Tue, 8 Nov 2005 19:10:25 +0000 (-0800) Subject: [IB] Have cq_resize() method take an int, not int* X-Git-Tag: v2.6.15-rc1~45^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40de2e548c225e3ef859e3c60de9785e37e1b5b1;p=pandora-kernel.git [IB] Have cq_resize() method take an int, not int* Change the struct ib_device.resize_cq() method to take a plain integer that holds the new CQ size, rather than a pointer to an integer that it uses to return the new size. This makes the interface match the exported ib_resize_cq() signature, and allows the low-level driver to update the CQ size with proper locking if necessary. No in-tree drivers are exporting this method yet. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed