From: Linus Torvalds Date: Sat, 10 Mar 2007 22:22:07 +0000 (-0800) Subject: Revert "USB: pxa2xx_udc: fix hardcoded irq number" X-Git-Tag: v2.6.21-rc4~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be521466feb3bb1cd89de82a2b1d080e9ebd3cb6;p=pandora-kernel.git Revert "USB: pxa2xx_udc: fix hardcoded irq number" This reverts commit d2487cb4257dafb686f682285854fe7f02ca29d8. Russell King points out that it's obviously bogus, and I have to agree. Not only does "irq" not even exist in that scope, but we obviously need to free the irq that we actually requested, and that's IRQ_USB. Reported-by: Russell King Cc: Andrew Morton Cc: Greg KH Cc: David Brownell , Cc: Milan Svoboda Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed