From: H Hartley Sweeten Date: Thu, 5 Dec 2013 20:43:23 +0000 (-0700) Subject: staging: comedi: me4000: refactor request_irq() during attach X-Git-Tag: v3.14-rc1~150^2~544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b7ff9398a2c994662ea7ea02a0dd474d5c5ac7;p=pandora-kernel.git staging: comedi: me4000: refactor request_irq() during attach Do the request_irq() before setting up the subdevices. This removes an indent level and makes the code a bit cleaner. Also, remove the dev_warn() noise about the irq. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed