[PATCH 14/17] usb: isp1760: Set IRQF_SHARED flag in core code

2014-10-06 Thread Laurent Pinchart
The IRQF_SHARED flag needs to be set regardless of the bus type. Don't require glue code to set it manually. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/usb/host/isp1760-core.c | 4 ++-- drivers/usb/host/isp1760-if.c | 10 -- 2 files changed, 6

Re: [PATCH 14/17] usb: isp1760: Set IRQF_SHARED flag in core code

2014-10-06 Thread Felipe Balbi
On Mon, Oct 06, 2014 at 06:55:02PM +0300, Laurent Pinchart wrote: The IRQF_SHARED flag needs to be set regardless of the bus type. Don't require glue code to set it manually. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Felipe Balbi ba...@ti.com ---