Skip to content
Commit be521466 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Revert "USB: pxa2xx_udc: fix hardcoded irq number"

This reverts commit d2487cb4

.

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: default avatarRussell 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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f47273e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment