From 697d5c004e390102efbf9320a5416873679bea81 Mon Sep 17 00:00:00 2001 From: "Shimoda, Yoshihiro" Date: Mon, 20 Aug 2012 18:39:23 +0900 Subject: [PATCH] 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: Greg Kroah-Hartman --- Reading git-format-patch failed