From: H Hartley Sweeten Date: Thu, 5 Dec 2013 20:43:29 +0000 (-0700) Subject: staging: comedi: adl_pci9111: the irq is only needed for async command support X-Git-Tag: v3.14-rc1~150^2~538 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d10158e03d4bad0520c13b953c63ff7a4bd741;p=pandora-kernel.git staging: comedi: adl_pci9111: the irq is only needed for async command support An irq is only needed for async command support, modify the attach of the subdevices so that the command support is only hooked up if the irq request was successful. Remove the then unnecessary sanity check in pci9111_ai_do_cmd(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed