staging: comedi: das16: use comedi_handle_events()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 18 Sep 2014 18:11:20 +0000 (11:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:21 +0000 (10:29 +0800)
cfc_handle_events() is just a wrapper around comedi_handle_events().

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das16.c

index 2d8e86cec47a399cc3bc3f8150361caa8ecf44a8..222a32ff0d32af67a9307840681749c94943ceae 100644 (file)
@@ -586,7 +586,7 @@ static void das16_interrupt(struct comedi_device *dev)
        cfc_write_array_to_buffer(s,
                                  devpriv->dma_buffer[buffer_index], num_bytes);
 
-       cfc_handle_events(dev, s);
+       comedi_handle_events(dev, s);
 }
 
 static void das16_timer_interrupt(unsigned long arg)