On Tuesday 13 October 2009, Michael Ellerman wrote:
> cppcheck found a memory leak in axon_msi, if dcr_base or dcr_len are zero,
> we have already allocated msic, so we should free it in the error path.
>
> Signed-off-by: Eric Sesterhenn
> Acked-by: Michael Ellerman
Acked-by: Arnd Bergmann
___
cppcheck found a memory leak in axon_msi, if dcr_base or dcr_len are zero,
we have already allocated msic, so we should free it in the error path.
Signed-off-by: Eric Sesterhenn
Acked-by: Michael Ellerman
--- linux/arch/powerpc/platforms/cell/axon_msi.c.orig 2009-10-12
14:48:26.0 +02