linux/drivers/staging/dwc2
Matthijs Kooijman 6aafb00385 staging: dwc2: use irq_return_t for interrupt handlers
The top-level hcd interrupt handlers already used irq_return_t, but the
functions to which it delegates the actual work and the common irq
handler returned plain ints. In addition, they used the IRQ_RETVAL in
the wrong way (but because of the values of the various constants, this
didn't result in wrong behaviour).

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
[matthijs@stdin.nl: Split patch from bigger patch and added commit message]
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-05-16 15:22:38 -07:00
..
core_intr.c staging: dwc2: use irq_return_t for interrupt handlers 2013-05-16 15:22:38 -07:00
core.c staging: dwc2: register common irq handler in dwc2_core_init 2013-04-11 12:58:39 -07:00
core.h staging: dwc2: Make dwc2_set_uninitialized more specific 2013-04-11 13:27:39 -07:00
hcd_ddma.c staging: dwc2: add missing newlines to debug messages 2013-04-23 10:37:55 -07:00
hcd_intr.c staging: dwc2: use irq_return_t for interrupt handlers 2013-05-16 15:22:38 -07:00
hcd_queue.c staging: dwc2: toggle periodic debugging output separately 2013-04-10 19:10:27 -07:00
hcd.c staging: dwc2: use irq_return_t for interrupt handlers 2013-05-16 15:22:38 -07:00
hcd.h staging: dwc2: use irq_return_t for interrupt handlers 2013-05-16 15:22:38 -07:00
hw.h
Kconfig staging: dwc2: add platform device bindings 2013-04-23 10:37:55 -07:00
Makefile staging: dwc2: add platform device bindings 2013-04-23 10:37:55 -07:00
pci.c staging: dwc2: set the driver name to "dwc2" 2013-04-11 13:27:39 -07:00
platform.c staging: dwc2: add platform device bindings 2013-04-23 10:37:55 -07:00