[POWERPC] Simplify error logic in rtas_setup_msi_irqs()
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 20 Sep 2007 06:36:48 +0000 (16:36 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 Oct 2007 23:11:35 +0000 (09:11 +1000)
rtas_setup_msi_irqs() doesn't need to call teardown() itself, the
generic code will do this for us as long as we return a non-zero
value.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found