From: Alan Stern Date: Thu, 6 Dec 2007 19:47:08 +0000 (-0500) Subject: USB: use IRQF_DISABLED for HCD interrupt handlers X-Git-Tag: v2.6.24-rc6~60^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442258e2ff69276ff767f3703b30ce6a31fdd181;p=pandora-kernel.git USB: use IRQF_DISABLED for HCD interrupt handlers Host controller IRQs are supposed to be serviced with interrupts disabled. This patch (as1026) adds an IRQF_DISABLED flag to all the controller drivers that lack it. It also replaces the spin_lock_irqsave() and spin_unlock_irqrestore() calls in uhci_irq() with simple spin_lock() and spin_unlock(). This fixes Bugzilla #9335. Signed-off-by: Alan Stern Acked-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed