Skip to content

Commit 147dea6

Browse files
ChiYuan Huanglag-linaro
authored andcommitted
mfd: mt6370: Fix the interrupt naming typo
Modify the lowercase character to uppercase. Signed-off-by: ChiYuan Huang <[email protected]> Link: https://lore.kernel.org/r/a6ab943f4660e39b8112ff58fa97af0507cd89e9.1752026324.git.cy_huang@richtek.com Signed-off-by: Lee Jones <[email protected]>
1 parent db8db85 commit 147dea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/mfd/mt6370.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static const struct regmap_irq mt6370_irqs[] = {
9595
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_SHORT, 8),
9696
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED2_STRB, 8),
9797
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_STRB, 8),
98-
REGMAP_IRQ_REG_LINE(mT6370_IRQ_FLED2_STRB_TO, 8),
98+
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED2_STRB_TO, 8),
9999
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_STRB_TO, 8),
100100
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED2_TOR, 8),
101101
REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_TOR, 8),

drivers/mfd/mt6370.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#define MT6370_IRQ_FLED1_SHORT 79
7070
#define MT6370_IRQ_FLED2_STRB 80
7171
#define MT6370_IRQ_FLED1_STRB 81
72-
#define mT6370_IRQ_FLED2_STRB_TO 82
72+
#define MT6370_IRQ_FLED2_STRB_TO 82
7373
#define MT6370_IRQ_FLED1_STRB_TO 83
7474
#define MT6370_IRQ_FLED2_TOR 84
7575
#define MT6370_IRQ_FLED1_TOR 85

0 commit comments

Comments
 (0)