Commit 7c162926 authored by Federico Vaga's avatar Federico Vaga

sw:drv:dma: fix variable type

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 647201da
...@@ -623,7 +623,7 @@ static irqreturn_t gn412x_dma_irq_handler(int irq, void *arg) ...@@ -623,7 +623,7 @@ static irqreturn_t gn412x_dma_irq_handler(int irq, void *arg)
struct gn412x_dma_tx *tx; struct gn412x_dma_tx *tx;
unsigned long flags; unsigned long flags;
unsigned int i; unsigned int i;
uint32_t state; enum gn412x_dma_state state;
/* FIXME check for spurious - need HDL fix */ /* FIXME check for spurious - need HDL fix */
gn412x_dma_irq_ack(gn412x_dma); gn412x_dma_irq_ack(gn412x_dma);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment