From: H Hartley Sweeten Date: Sat, 8 Sep 2012 00:48:48 +0000 (-0700) Subject: staging: comedi: me4000: fix the interrupt request/free X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~523 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b179748d21562decdf323f2d686920b836b3f272;p=pandora-kernel.git staging: comedi: me4000: fix the interrupt request/free Only set the dev->irq when the request_irq is successful. Use the dev->board_name for the name passed to request_irq. Change the printk messages into dev_warn(). Make sure free_irq is called in the detach. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed