[POWERPC] Simplify error logic in u3msi_setup_msi_irqs()
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 20 Sep 2007 06:36:47 +0000 (16:36 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 Oct 2007 23:11:32 +0000 (09:11 +1000)
u3msi_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