usb: isp1760: set IRQ flags properly
authorValentin Rothberg <Valentin.Rothberg@lip6.fr>
Sun, 1 Mar 2015 15:54:32 +0000 (16:54 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 9 Mar 2015 15:46:15 +0000 (10:46 -0500)
commit80b4a0f8feeb6ee7fa4430a2b4ae1155ed923bd2
treeefe161d0d579d74b2e098ad2c7549441887a856a
parent1c390eb360c3f6bc9a06d2260eccad195c505de5
usb: isp1760: set IRQ flags properly

The IRQF_DISABLED is a NOOP and scheduled to be removed.  According to
commit e58aa3d2d0cc ("genirq: Run irq handlers with interrupts
disabled") running IRQ handlers with interrupts enabled can cause stack
overflows when the interrupt line of the issuing device is still active.

This patch removes using this deprecated flag and additionally removes
redundantly setting IRQF_SHARED for isp1760_udc_register().

Signed-off-by: Valentin Rothberg <Valentin.Rothberg@lip6.fr>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/isp1760/isp1760-core.c
drivers/usb/isp1760/isp1760-udc.c