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
Dieser Commit ist enthalten in:
Pavankumar Nandeshwar
2023-09-13 19:11:59 -07:00
committet von Rahul Choudhary
Ursprung 37c16635b1
Commit df8baa952a

Datei anzeigen

@@ -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",