Skip to content
Commit 80b4a0f8 authored by Valentin Rothberg's avatar Valentin Rothberg Committed by Felipe Balbi
Browse files

usb: isp1760: set IRQ flags properly



The IRQF_DISABLED is a NOOP and scheduled to be removed.  According to
commit e58aa3d2 ("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: default avatarValentin Rothberg <Valentin.Rothberg@lip6.fr>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 1c390eb3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment