]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mfd: mt6370: Fix the interrupt naming typo
authorChiYuan Huang <cy_huang@richtek.com>
Wed, 9 Jul 2025 02:00:48 +0000 (10:00 +0800)
committerLee Jones <lee@kernel.org>
Thu, 24 Jul 2025 10:27:18 +0000 (11:27 +0100)
Modify the lowercase character to uppercase.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/a6ab943f4660e39b8112ff58fa97af0507cd89e9.1752026324.git.cy_huang@richtek.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/mt6370.c
drivers/mfd/mt6370.h

index c126ccb25d668d2ada522bdacce62a07bed2238d..c7c2efe3598cd388cdde960ce29e2ce3b8486a53 100644 (file)
@@ -95,7 +95,7 @@ static const struct regmap_irq mt6370_irqs[] = {
        REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_SHORT, 8),
        REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED2_STRB, 8),
        REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_STRB, 8),
-       REGMAP_IRQ_REG_LINE(mT6370_IRQ_FLED2_STRB_TO, 8),
+       REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED2_STRB_TO, 8),
        REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_STRB_TO, 8),
        REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED2_TOR, 8),
        REGMAP_IRQ_REG_LINE(MT6370_IRQ_FLED1_TOR, 8),
index 094e59e4af4e9669ce70c44cc84eaf7cfcf83b7e..dd9ccc0a53f18cc31526774f81e3b800046b3117 100644 (file)
@@ -69,7 +69,7 @@
 #define MT6370_IRQ_FLED1_SHORT         79
 #define MT6370_IRQ_FLED2_STRB          80
 #define MT6370_IRQ_FLED1_STRB          81
-#define mT6370_IRQ_FLED2_STRB_TO       82
+#define MT6370_IRQ_FLED2_STRB_TO       82
 #define MT6370_IRQ_FLED1_STRB_TO       83
 #define MT6370_IRQ_FLED2_TOR           84
 #define MT6370_IRQ_FLED1_TOR           85