Просмотр исходного кода

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 лет назад
Родитель
Сommit
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)