commit | 4e177260e547e438c78c60b6db6f755bb89e0596 | [log] [tgz] |
---|---|---|
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | Mon Aug 20 18:39:23 2012 +0900 |
committer | Felipe Balbi <balbi@ti.com> | Thu Aug 23 11:04:20 2012 +0300 |
tree | 7b7c88d7f780c1b666e0e13852b3988c922d7899 | |
parent | 8c7ca99250de69dfe97c5f4f6e2eb11dc6145779 [diff] |
usb: renesas_usbhs: modify the irq handler for sharing irq When IORESOURCE_IRQ_SHAREABLE is set, the irq handler may be called even if the interupt of the USB module doesn't happen. So, it may clear the interrupt flags by mistake. This patch fixes it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>