diff options
Diffstat (limited to 'drivers/misc/carma/carma-fpga-program.c')
-rw-r--r-- | drivers/misc/carma/carma-fpga-program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/carma/carma-fpga-program.c b/drivers/misc/carma/carma-fpga-program.c index eaddfe9db149..736c7714f565 100644 --- a/drivers/misc/carma/carma-fpga-program.c +++ b/drivers/misc/carma/carma-fpga-program.c | |||
@@ -546,7 +546,7 @@ static noinline int fpga_program_dma(struct fpga_dev *priv) | |||
546 | goto out_dma_unmap; | 546 | goto out_dma_unmap; |
547 | } | 547 | } |
548 | 548 | ||
549 | dma_async_memcpy_issue_pending(chan); | 549 | dma_async_issue_pending(chan); |
550 | 550 | ||
551 | /* Set the total byte count */ | 551 | /* Set the total byte count */ |
552 | fpga_set_byte_count(priv->regs, priv->bytes); | 552 | fpga_set_byte_count(priv->regs, priv->bytes); |