From: Alexander Gordeev Date: Wed, 21 Mar 2012 16:22:35 +0000 (+0100) Subject: genirq: Get rid of unneeded force parameter in irq_finalize_oneshot() X-Git-Tag: v3.4-rc1~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f79e38d51f8a419f4c484a86ece4baea35b993;p=pandora-kernel.git genirq: Get rid of unneeded force parameter in irq_finalize_oneshot() The only place irq_finalize_oneshot() is called with force parameter set is the threaded handler error exit path. But IRQTF_RUNTHREAD is dropped at this point and irq_wake_thread() is not going to set it again, since PF_EXITING is set for this thread already. So irq_finalize_oneshot() will drop the threads bit in threads_oneshot anyway and hence the force parameter is superfluous. Signed-off-by: Alexander Gordeev Link: http://lkml.kernel.org/r/20120321162234.GP24806@dhcp-26-207.brq.redhat.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed