From: Manjunath Hadli Date: Fri, 13 Apr 2012 07:43:10 +0000 (-0300) Subject: [media] davinci: vpif: add check for genuine interrupts in the isr X-Git-Tag: v3.6-rc1~28^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1fc42302b75bb9c4940317e3bf2f1e2efdb3a1a;p=pandora-kernel.git [media] davinci: vpif: add check for genuine interrupts in the isr As the same interrupt is shared between capture and display devices, sometimes we get isr calls where the interrupt might not genuinely belong to capture or display. Hence, add a condition in the isr to check for interrupt ownership and channel number to make sure we do not service wrong interrupts. Signed-off-by: Manjunath Hadli Signed-off-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed