USB: musb_core: make disconnect and suspend interrupts work again
commitbea5a7303059406b7d3bbfe73a1a47ac275032ff
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Thu, 24 Jun 2010 17:37:06 +0000 (24 23:07 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:29:59 +0000 (2 10:29 -0700)
tree77bcae2488312584c10a0efac3fc2c78708ba5d1
parentbffdf16f221495b9ff05fe5dff6c5e3c27e50bf2
USB: musb_core: make disconnect and suspend interrupts work again

commit 7d9645fdca444d53907b22a4b73e3967efe09781 upstream.

Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the
order dictated by programming guide) forgot to get rid of the old 'STAGE0_MASK'
filter for calling musb_stage0_irq(), so now disconnect and suspend interrupts
are effectively ignored...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c