Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 256d0e2e authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Samuel Ortiz
Browse files

mfd: 88pm860x: Remove unused irq_desc leftovers

parent 52a7d607
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -416,7 +416,6 @@ static int __devinit device_irq_init(struct pm860x_chip *chip,
				: chip->companion;
	unsigned char status_buf[INT_STATUS_NUM];
	unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
	struct irq_desc *desc;
	int i, data, mask, ret = -EINVAL;
	int __irq;

@@ -468,8 +467,6 @@ static int __devinit device_irq_init(struct pm860x_chip *chip,
	if (!chip->core_irq)
		goto out;

	desc = irq_to_desc(chip->core_irq);

	/* register IRQ by genirq */
	for (i = 0; i < ARRAY_SIZE(pm860x_irqs); i++) {
		__irq = i + chip->irq_base;