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

Commit e075cd70 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Benjamin Herrenschmidt
Browse files

powerpc/mpic: Remove extra semicolon.



The patch below removes an extra semicolon.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
CC: linuxppc-dev@lists.ozlabs.org
CC: Paul Mackerras <paulus@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 595fe914
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -901,7 +901,7 @@ int mpic_set_irq_type(struct irq_data *d, unsigned int flow_type)
	if (vold != vnew)
		mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), vnew);

	return IRQ_SET_MASK_OK_NOCOPY;;
	return IRQ_SET_MASK_OK_NOCOPY;
}

void mpic_set_vector(unsigned int virq, unsigned int vector)