qcacmn: Use correct parameters for call to dp_tx_desc_find

Use correct parameters for call to dp_tx_desc_find in
case of rh platform

Change-Id: Ic57c68fd134511d907fb966f7a089de1614ee464
CRs-Fixed: 3615517
Tento commit je obsažen v:
Pavankumar Nandeshwar
2023-09-13 19:11:59 -07:00
odevzdal Rahul Choudhary
rodič 37c16635b1
revize df8baa952a

Zobrazit soubor

@@ -103,7 +103,7 @@ dp_tx_comp_find_tx_desc_rh(struct dp_soc *soc, uint32_t sw_cookie)
(sw_cookie & DP_TX_DESC_ID_PAGE_MASK) >>
DP_TX_DESC_ID_PAGE_OS,
(sw_cookie & DP_TX_DESC_ID_OFFSET_MASK) >>
DP_TX_DESC_ID_OFFSET_OS);
DP_TX_DESC_ID_OFFSET_OS, false);
/* pool id is not matching. Error */
if (tx_desc && tx_desc->pool_id != pool_id) {
dp_tx_comp_alert("Tx Comp pool id %d not matched %d",