Skip to content

Commit 1da0bc5

Browse files
committed
arm/imxrt: Remove extra lock from imxrt_edma
An extra `lock` appears in imxrt_edma due to 2 conflicting PRs: - apache#15352 - apache#15353 This PR removes the extra `lock` in imxrt_edma.
1 parent b27dc9e commit 1da0bc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/src/imxrt/imxrt_edma.c

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ struct imxrt_edma_s
145145
/* This array describes each DMA channel */
146146

147147
struct imxrt_dmach_s dmach[IMXRT_EDMA_NCHANNELS];
148-
spinlock_t lock; /* Spinlock */
149148
};
150149

151150
/****************************************************************************

0 commit comments

Comments
 (0)