Skip to content

Commit 95e54fa

Browse files
committed
Change to a more meaningful name, this is irrelevant
1 parent 055ec09 commit 95e54fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-kernel/kernel-modules/x8h7/x8h7_gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ static void x8h7_gpio_irq_bus_sync_unlock(struct irq_data *d)
394394
}
395395

396396
static struct irq_chip x8h7_gpio_irq_chip = {
397-
.name = "x8h7-gpio",
397+
.name = "x8h7_gpio-irq",
398398
.irq_unmask = x8h7_gpio_irq_unmask,
399399
.irq_mask = x8h7_gpio_irq_mask,
400400
.irq_ack = x8h7_gpio_irq_ack,

0 commit comments

Comments
 (0)