linux/drivers/staging/dwc2
Matthijs Kooijman 7c360aa7cd staging: dwc2: don't pass IRQ_LEVEL to devm_request_irq
It seems this flag is intended to pass to irq_set_status_flags, not
request_irq, and is not available on all architectures. Its value
corresponds to IRQF_PROBE_SHARED, which shouldn't be needed for this
driver, so removing this flag should be safe.

Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-11 12:58:39 -07:00
..
Kconfig staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
Makefile staging: Hook the DWC2 driver into the build system 2013-03-11 18:17:39 -07:00
core.c staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
core.h
core_intr.c
hcd.c staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
hcd.h staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
hcd_ddma.c staging: HCD descriptor DMA support for the DWC2 driver 2013-03-11 18:16:37 -07:00
hcd_intr.c staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
hcd_queue.c staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
hw.h
pci.c staging: dwc2: don't pass IRQ_LEVEL to devm_request_irq 2013-04-11 12:58:39 -07:00