瀏覽代碼

qcacmn: Fix compilation issue when TX two pipe support is enable for IPA

When IPA_WDI3_TX_TWO_PIPES is enable and DP_MEMORY_OPT is disable,
compilation issue is seen.

Fix is to correct the syntax.

Change-Id: Ibd23555f1a8a782a937883510b1e56eb20581604
CRs-Fixed: 3471564
Devender Kumar 2 年之前
父節點
當前提交
21a4b2ea24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dp/wifi3.0/dp_rings_main.c

+ 1 - 1
dp/wifi3.0/dp_rings_main.c

@@ -2429,7 +2429,7 @@ static void dp_ipa_deinit_alt_tx_ring(struct dp_soc *soc)
 
 static int dp_ipa_alloc_alt_tx_ring(struct dp_soc *soc)
 {
-	return 0
+	return 0;
 }
 
 static void dp_ipa_free_alt_tx_ring(struct dp_soc *soc)