From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:46 +0000 (-0700) Subject: staging: comedi: pcl812: remove "spurious interrupt" noise X-Git-Tag: v3.15-rc1~139^2~657 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776d5b5c44d7f9c8bb21c7f75b82fb959cc62446;p=pandora-kernel.git staging: comedi: pcl812: remove "spurious interrupt" noise Because this driver is manually attached, the "spurious interrupt" check in the interrupt handler should never happen. The interrupt is only hooked up during the attach and it's released during the detach. Leave the check but remove the noise. Also make sure to clear the interrupt request in the hardware. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed