]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "USB: pxa2xx_udc: fix hardcoded irq number"
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 10 Mar 2007 22:22:07 +0000 (14:22 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 10 Mar 2007 22:22:07 +0000 (14:22 -0800)
commitba0fb87fc4536556fde0324f8f9ba8e7db04b1f0
treeeedad20f581646f929507b8e84cca819f6442712
parentdfe972fd9fc38e8fb186c9169015bfdc7c70607b
Revert "USB: pxa2xx_udc: fix hardcoded irq number"

This reverts commit 7968067790e9c63df8de134ca228466b9ffd6166.

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 <rmk@arm.linux.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Greg KH <greg@kroah.com>
Cc: David Brownell <david-b@pacbell.net>,
Cc: Milan Svoboda <msvoboda@ra.rockwell.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/gadget/pxa2xx_udc.c