From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:34 +0000 (-0700) Subject: staging: comedi: pcl816: remove unreachable interrupt handler code X-Git-Tag: v3.15-rc1~139^2~669 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885a7da351d04e8f62d201e094fc1c287ed5360b;p=pandora-kernel.git staging: comedi: pcl816: remove unreachable interrupt handler code According to the users manual, when using interrupt (non-DMA) transfers this hardware generates an interrupt at the start of a conversion. This requires the interrupt routine to busywait until the end-of-conversion. It appears this was unreliable and interrupt only async command support was removed at some time. Async command support is still available when DMA is used. Remove the unreachable interrupt only handler code. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed