File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ static const struct regmap_irq mt6370_irqs[] = {
95
95
REGMAP_IRQ_REG_LINE (MT6370_IRQ_FLED1_SHORT , 8 ),
96
96
REGMAP_IRQ_REG_LINE (MT6370_IRQ_FLED2_STRB , 8 ),
97
97
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 ),
99
99
REGMAP_IRQ_REG_LINE (MT6370_IRQ_FLED1_STRB_TO , 8 ),
100
100
REGMAP_IRQ_REG_LINE (MT6370_IRQ_FLED2_TOR , 8 ),
101
101
REGMAP_IRQ_REG_LINE (MT6370_IRQ_FLED1_TOR , 8 ),
Original file line number Diff line number Diff line change 69
69
#define MT6370_IRQ_FLED1_SHORT 79
70
70
#define MT6370_IRQ_FLED2_STRB 80
71
71
#define MT6370_IRQ_FLED1_STRB 81
72
- #define mT6370_IRQ_FLED2_STRB_TO 82
72
+ #define MT6370_IRQ_FLED2_STRB_TO 82
73
73
#define MT6370_IRQ_FLED1_STRB_TO 83
74
74
#define MT6370_IRQ_FLED2_TOR 84
75
75
#define MT6370_IRQ_FLED1_TOR 85
You can’t perform that action at this time.
0 commit comments