From: H Hartley Sweeten Date: Mon, 29 Jul 2013 21:03:11 +0000 (-0700) Subject: staging: comedi: das16: remove unnecessary test in das16_interrupt() X-Git-Tag: v3.12-rc1~183^2~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b65daeef1d2401a18ecdcc73fa8f263cb64cdd5d;p=pandora-kernel.git staging: comedi: das16: remove unnecessary test in das16_interrupt() The timer is only started by the ai subdevice in das16_cmd_exec() and this function can only be called if the device is attached. Remove the unnecessary sanity check. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed