Re: [PATCH 2/4] Simplify error logic in rtas_setup_msi_irqs()

2007-10-01 Thread Benjamin Herrenschmidt
On Thu, 2007-09-20 at 16:36 +1000, Michael Ellerman wrote: > 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 <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EM

[PATCH 2/4] Simplify error logic in rtas_setup_msi_irqs()

2007-09-19 Thread Michael Ellerman
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 <[EMAIL PROTECTED]> --- arch/powerpc/platforms/pseries/msi.c | 17 +++-- 1 files changed, 3 insertions(+), 14 del