Skip to content

Commit 930a8a0

Browse files
kmaincentvinodkoul
authored andcommitted
dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix
Fix "HDMA_V0_REMOTEL_STOP_INT_EN" typo error Fixes: e74c395 ("dmaengine: dw-edma: Add support for native HDMA") Reviewed-by: Serge Semin <fancer.lancer@gmail.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Link: https://lore.kernel.org/r/20240129-b4-feature_hdma_mainline-v7-3-8e8c1acb7a46@bootlin.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 7b52ba8 commit 930a8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/dw-edma/dw-hdma-v0-regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define HDMA_V0_LOCAL_ABORT_INT_EN BIT(6)
1616
#define HDMA_V0_REMOTE_ABORT_INT_EN BIT(5)
1717
#define HDMA_V0_LOCAL_STOP_INT_EN BIT(4)
18-
#define HDMA_V0_REMOTEL_STOP_INT_EN BIT(3)
18+
#define HDMA_V0_REMOTE_STOP_INT_EN BIT(3)
1919
#define HDMA_V0_ABORT_INT_MASK BIT(2)
2020
#define HDMA_V0_STOP_INT_MASK BIT(0)
2121
#define HDMA_V0_LINKLIST_EN BIT(0)

0 commit comments

Comments
 (0)