From: Shimoda, Yoshihiro Date: Mon, 20 Aug 2012 09:39:23 +0000 (+0900) Subject: usb: renesas_usbhs: modify the irq handler for sharing irq X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~141^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e177260e547e438c78c60b6db6f755bb89e0596;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed