From 6fcd8d0d93fb2f38807371bb144f3f869d4ca5a2 Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Mon, 9 Jun 2014 16:36:33 +0200 Subject: [PATCH] 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-format-patch failed