[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspend
authorDaniel Ritz <daniel.ritz@gmx.ch>
Thu, 29 Sep 2005 19:39:32 +0000 (21:39 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Sep 2005 16:23:30 +0000 (09:23 -0700)
the free_irq() in USB suspend breaks resume on some setups where USB
(ohci/ehci) shares the interrupt with an other device.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found