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 Reviewed-by: Felipe Balbi > --- > drivers/usb/host/isp1760-core.c | 4 ++-- >

[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 --- drivers/usb/host/isp1760-core.c | 4 ++-- drivers/usb/host/isp1760-if.c | 10 -- 2 files changed, 6 insertions(+), 8 deletions(-) diff --gi