From: H Hartley Sweeten Date: Fri, 20 Sep 2013 23:35:52 +0000 (-0700) Subject: staging: comedi: pcl711: don't fail attach if irq is unavailable X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~678 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa7189131e573d569c13585f9952ddf255f5b47;p=pandora-kernel.git staging: comedi: pcl711: don't fail attach if irq is unavailable Interrupts are only needed to support asynchronous commands with the analog input subdevice. Since the interrupt is optional during the attach of the board, don't fail the attach if it's not available. Also, remove the printk() noise about the irq. The user will know if the interrupt is available due to the subdev_flag SDF_CMD_READ being set for the analog input subdevice. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed