From: H Hartley Sweeten Date: Thu, 5 Dec 2013 20:43:37 +0000 (-0700) Subject: staging: comedi: dt3000: don't fail attach if irq is not available X-Git-Tag: v3.14-rc1~150^2~530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f6303b6faf342e3e8ad8d2be2e51f5f32ed30e;p=pandora-kernel.git staging: comedi: dt3000: don't fail attach if irq is not available The irq is only needed to support async commands. Don't fail the attach if it is not available. Only hook up the command support if the request_irq() was successful. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed