Re: [PATCH] ASoC/mpc5200: remove duplicate identical IRQ handler

2009-11-10 Thread Mark Brown
On Mon, Nov 09, 2009 at 09:40:09AM -0700, Grant Likely wrote: > The TX and RX irq handlers are identical. Merge them Applied, thanks. ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] ASoC/mpc5200: remove duplicate identical IRQ handler

2009-11-09 Thread Grant Likely
The TX and RX irq handlers are identical. Merge them Signed-off-by: Grant Likely --- Hi Mark. Here's one more cleanup patch. sound/soc/fsl/mpc5200_dma.c | 33 +++-- 1 files changed, 3 insertions(+), 30 deletions(-) diff --git a/sound/soc/fsl/mpc5200_dma.c b/sou