We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8554cba commit 8a4f44fCopy full SHA for 8a4f44f
drivers/irqchip/irq-renesas-rzg2l.c
@@ -130,8 +130,8 @@ static void rzg2l_irqc_irq_enable(struct irq_data *d)
130
unsigned int hw_irq = irqd_to_hwirq(d);
131
132
if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) {
133
+ unsigned long tint = (uintptr_t)irq_data_get_irq_chip_data(d);
134
struct rzg2l_irqc_priv *priv = irq_data_to_priv(d);
- unsigned long tint = (uintptr_t)d->chip_data;
135
u32 offset = hw_irq - IRQC_TINT_START;
136
u32 tssr_offset = TSSR_OFFSET(offset);
137
u8 tssr_index = TSSR_INDEX(offset);
0 commit comments