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

Commit e122996a authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

powerpc/cell: fixup for removal of handle_iic_irq

parent ac0e0447
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -244,7 +244,7 @@ static int iic_host_map(struct irq_host *h, unsigned int virq,
		break;
		break;
	case IIC_IRQ_TYPE_IOEXC:
	case IIC_IRQ_TYPE_IOEXC:
		irq_set_chip_and_handler(virq, &iic_ioexc_chip,
		irq_set_chip_and_handler(virq, &iic_ioexc_chip,
					 handle_iic_irq);
					 handle_edge_eoi_irq);
		break;
		break;
	default:
	default:
		irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq);
		irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq);