From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:33 +0000 (-0700) Subject: staging: comedi: pcl818: interrupt handlers should not busywait X-Git-Tag: v3.15-rc1~139^2~670 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127005717dfc5bf42091a14e5a9736f52bfaea1c;p=pandora-kernel.git staging: comedi: pcl818: interrupt handlers should not busywait The interrupt is only generated by the hardware at the completion of an A/D conversion. Because of this the sanity check to make sure that the A/D conversion is complete and data is available is probably unnecessary but it doesn't hurt anything. The busywait loop is a different issue. Interrupt routines should not busywait. That's just mean... Remove the bustwait and use pcl818_ai_eoc() to check for the end-of- conversion. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed