From: Sudhakar Rajashekhara Date: Fri, 10 Jul 2009 10:28:52 +0000 (-0400) Subject: davinci: Pass proper EDMA CC interrupt number for DA830/OMAP-L137 X-Git-Tag: v2.6.32-rc1~644^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2259bbd460c5c15567e2e311d0ab0fe763b40031;p=pandora-kernel.git davinci: Pass proper EDMA CC interrupt number for DA830/OMAP-L137 In EDMA resource structure, instead of passing EDMA CC interrupt, EDMA TC error interrupt number is being passed. Before the patch: root@arago:~# cat /proc/interrupts CPU0 12: 0 cp_intc edma_error 13: 0 cp_intc edma Err: After the patch: root@arago:~# cat /proc/interrupts CPU0 11: 0 cp_intc edma 12: 0 cp_intc edma_error Err: Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed