|
@@ -303,8 +303,7 @@ static int alloc_qpn(struct rvt_dev_info *rdi, struct rvt_qpn_table *qpt,
|
|
|
u32 ret;
|
|
|
|
|
|
if (rdi->driver_f.alloc_qpn)
|
|
|
- return rdi->driver_f.alloc_qpn(rdi, qpt, type, port_num,
|
|
|
- GFP_KERNEL);
|
|
|
+ return rdi->driver_f.alloc_qpn(rdi, qpt, type, port_num, gfp);
|
|
|
|
|
|
if (type == IB_QPT_SMI || type == IB_QPT_GSI) {
|
|
|
unsigned n;
|