From: Thomas Gleixner Date: Wed, 8 Feb 2012 10:57:52 +0000 (+0100) Subject: genirq: Handle pending irqs in irq_startup() X-Git-Tag: v3.3-rc6~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4bc724e82e80478cba5fe9825b62e71ddf78757;p=pandora-kernel.git genirq: Handle pending irqs in irq_startup() An interrupt might be pending when irq_startup() is called, but the startup code does not invoke the resend logic. In some cases this prevents the device from issuing another interrupt which renders the device non functional. Call the resend function in irq_startup() to keep things going. Reported-and-tested-by: Russell King Cc: stable@vger.kernel.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed