Re: [PATCH 1/2] rcar-hpbdma: remove shdma_free_irq() calls

From: Sergei Shtylyov
Date: Wed Oct 09 2013 - 13:14:53 EST


Hello.

On 03-10-2013 6:00, Simon Horman wrote:

Commit c1c63a14f4f2419d093acd7164eccdff315baa86 (DMA: shdma: switch to managed
resource allocation) got rid of shdma_free_irq() but unfortunately got merged
later than commit c4f6c41ba790bbbfcebb4c47a709ac8ff1fe1af9 (dma: add driver for
R-Car HPB-DMAC), so that the HPB-DMAC driver retained the calls and got broken:

drivers/dma/sh/rcar-hpbdma.c: In function `hpb_dmae_alloc_chan_resources':
drivers/dma/sh/rcar-hpbdma.c:435: error: implicit declaration of function
`shdma_free_irq'

Fix this compilation error by removing the remaining shdma_free_irq() calls.

Tested-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>

Reported-by: Simon Horman <horms@xxxxxxxxxxxx>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx>

Vinod, could you consider taking this and the following patch
as a fix for v3.12?

Vinod, may I ask when these regression (induced by you) fixes gets merged?

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/