drivers: net: davinci_cpdma: acknowledge interrupt properly
authorMugunthan V N <mugunthanvnm@ti.com>
Sun, 17 Feb 2013 22:19:20 +0000 (22:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2013 19:51:50 +0000 (14:51 -0500)
CPDMA interrupts are not properly acknowledged which leads to interrupt
storm, only cpdma interrupt 0 is acknowledged in Davinci CPDMA driver.
Changed cpdma_ctlr_eoi api to acknowledge 1 and 2 interrupts which are
used for rx and tx respectively.

Reported-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found