dma: mv_xor: add missing free_irq() call
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 Nov 2012 15:11:18 +0000 (16:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 14:59:00 +0000 (15:59 +0100)
commit88eb92cb4d0a1520c2f9a653fba0f838871af3ab
tree91bd04cfdada4c9737d62ab11f11e78beadc8a06
parentb503fa01990f6875640339d8f4ba98dbc068f821
dma: mv_xor: add missing free_irq() call

Even though the driver cannot be unloaded at the moment, it is still
good to properly free the IRQ handlers in the channel removal function.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
drivers/dma/mv_xor.c
drivers/dma/mv_xor.h