浏览代码

Merge "msm: ipa: fix to not use stack memory to store descriptors"

qctecmdr 4 年之前
父节点
当前提交
72370c317e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/platform/msm/ipa/ipa_v3/ipa_dp.c

+ 1 - 1
drivers/platform/msm/ipa/ipa_v3/ipa_dp.c

@@ -5267,7 +5267,7 @@ int ipa3_rx_poll(u32 clnt_hdl, int weight)
 	int remain_aggr_weight;
 	int ipa_ep_idx;
 	struct ipa_active_client_logging_info log;
-	struct gsi_chan_xfer_notify notify[IPA_WAN_NAPI_MAX_FRAMES];
+	static struct gsi_chan_xfer_notify notify[IPA_WAN_NAPI_MAX_FRAMES];
 
 	IPA_ACTIVE_CLIENTS_PREP_SPECIAL(log, "NAPI");