linux-stable/drivers/dma/hsu
Andy Shevchenko d2f5a7311b dmaengine: hsu: refactor hsu_dma_do_irq() to return int
Since we have nice macro IRQ_RETVAL() we would use it to convert a flag of
handled interrupt from int to irqreturn_t.

The rationale of doing this is:
a) hence we implicitly mark hsu_dma_do_irq() as an auxiliary function that
   can't be used as interrupt handler directly, and
b) to be in align with serial driver which is using serial8250_handle_irq()
   that returns plain int by design.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-02 15:05:48 +02:00
..
Kconfig dmaengine: hsu: make the UART driver in control of selecting this driver 2015-10-17 21:22:08 -07:00
Makefile
hsu.c dmaengine: hsu: refactor hsu_dma_do_irq() to return int 2016-09-02 15:05:48 +02:00
hsu.h dmaengine updates for 4.7 2016-05-19 11:47:18 -07:00
pci.c dmaengine: hsu: refactor hsu_dma_do_irq() to return int 2016-09-02 15:05:48 +02:00