From: Jiri Kosina Date: Mon, 9 Jun 2014 14:36:33 +0000 (+0200) Subject: IB/mlx4: Fix gfp passing in create_qp_common() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~68^2^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fcd8d0d93fb2f38807371bb144f3f869d4ca5a2;p=pandora-kernel.git IB/mlx4: Fix gfp passing in create_qp_common() There are two kzalloc() calls which were not converted to use value of gfp passed to create_qp_common() instead of using hardcoded GFP_KERNEL in 40f2287bd583 ("IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO"). Fix this by passing gfp value down properly. Reported-by: Dan Carpenter Signed-off-by: Jiri Kosina Signed-off-by: Roland Dreier --- Reading git-diff-tree failed