From: H Hartley Sweeten Date: Tue, 26 Nov 2013 23:41:59 +0000 (-0700) Subject: staging: comedi: dt282x: tidy up the irq support in dt282x_attach() X-Git-Tag: v3.14-rc1~150^2~618 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06551fda7e0f07250884c0cf47d1286da0a5651c;p=pandora-kernel.git staging: comedi: dt282x: tidy up the irq support in dt282x_attach() An irq is only needed by this driver in order to support async commands. Since it is optional, modify the attach so that if the request_irq() fails the attach does not fail. Remove the printk noise about the irq. Only hookup the async command support if the request_irq() was successful. Also, only call dt282x_grab_dma() if we have an irq since interrupt support is needed to support dma. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed