From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:30 +0000 (+0100) Subject: staging: comedi: ni_670x: remove spurious free_irq() call X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604d66ce56ee8b31f32353006554dd6538feefb0;p=pandora-kernel.git staging: comedi: ni_670x: remove spurious free_irq() call This driver's comedi `detach` handler (`ni_670x_detach()`) calls `free_irq()` but the driver doesn't call `request_irq()` anywhere. Remove the spurious call. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed