[PATCH] genirq: Fix missing return value in irq_destroy_ipi()

2016-05-24 Thread Matt Redfearn
Commit 7cec18a3906b ("genirq: Add error code reporting to irq_{reserve,destroy}_ipi") changed the return type of irq_destroy_ipi to int, but missed adding a value to one return statement. Fix this to silence the resultant compiler warning: kernel/irq/ipi.c In function ‘irq_destroy_ipi’:

[PATCH] genirq: Fix missing return value in irq_destroy_ipi()

2016-05-24 Thread Matt Redfearn
Commit 7cec18a3906b ("genirq: Add error code reporting to irq_{reserve,destroy}_ipi") changed the return type of irq_destroy_ipi to int, but missed adding a value to one return statement. Fix this to silence the resultant compiler warning: kernel/irq/ipi.c In function ‘irq_destroy_ipi’: