diff options
author | Valentin Rothberg <Valentin.Rothberg@lip6.fr> | 2015-03-01 15:54:32 (GMT) |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-09 15:46:15 (GMT) |
commit | 80b4a0f8feeb6ee7fa4430a2b4ae1155ed923bd2 (patch) | |
tree | efe161d0d579d74b2e098ad2c7549441887a856a /kernel/extable.c | |
parent | 1c390eb360c3f6bc9a06d2260eccad195c505de5 (diff) | |
download | linux-80b4a0f8feeb6ee7fa4430a2b4ae1155ed923bd2.tar.xz |
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>
Diffstat (limited to 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions