Skip to content

Commit

Permalink
mtk-drivers: eccci: fix misleading indentations, errors
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Malvi <malvi@aospa.co>
Change-Id: I6a9b85da4abe27aa19cce3450468742d7dcde59a
Signed-off-by: Azuki <id_azuki@protonmail.com>
  • Loading branch information
gaganmalvi authored and Hadenix committed Feb 2, 2024
1 parent 677b92d commit 68debe4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions drivers/misc/mediatek/eccci/hif/ccci_hif_cldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,20 +864,20 @@ static int cldma_gpd_rx_collect(struct md_cd_queue *queue,

/* where are we going */
if (retry) {
/* ACK interrupt */
/* ACK interrupt */
cldma_write32(md_ctrl->cldma_ap_pdn_base,
CLDMA_AP_L2RISAR0,
((1 << queue->index) << l2qe_s_offset));
cldma_write32(md_ctrl->cldma_ap_pdn_base,
CLDMA_AP_L2RISAR0, (1 << queue->index));
/* clear IP busy register wake up cpu case */
CLDMA_AP_L2RISAR0, (1 << queue->index));
/* clear IP busy register wake up cpu case */
cldma_write32(md_ctrl->cldma_ap_pdn_base,
CLDMA_AP_CLDMA_IP_BUSY,
cldma_read32(md_ctrl->cldma_ap_pdn_base,
CLDMA_AP_CLDMA_IP_BUSY));
CLDMA_AP_CLDMA_IP_BUSY,
cldma_read32(md_ctrl->cldma_ap_pdn_base,
CLDMA_AP_CLDMA_IP_BUSY));
spin_unlock_irqrestore(
&md_ctrl->cldma_timeout_lock,
flags);
&md_ctrl->cldma_timeout_lock,
flags);
goto again;
}
}
Expand Down

0 comments on commit 68debe4

Please sign in to comment.