Skip to content

Commit

Permalink
arm/imxrt: Remove extra lock from imxrt_edma
Browse files Browse the repository at this point in the history
An extra `lock` appears in imxrt_edma due to 2 conflicting PRs:
- #15352
- #15353

This PR removes the extra `lock` in imxrt_edma.
  • Loading branch information
lupyuen committed Dec 30, 2024
1 parent b27dc9e commit 1da0bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/src/imxrt/imxrt_edma.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ struct imxrt_edma_s
/* This array describes each DMA channel */

struct imxrt_dmach_s dmach[IMXRT_EDMA_NCHANNELS];
spinlock_t lock; /* Spinlock */
};

/****************************************************************************
Expand Down

0 comments on commit 1da0bc5

Please sign in to comment.