summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dt3000.c
diff options
context:
space:
mode:
authorH Hartley Sweeten2014-09-18 20:11:25 +0200
committerGreg Kroah-Hartman2014-10-20 04:29:21 +0200
commit5d758b98fab68055854134b8012cf0cf1774b7e1 (patch)
treecf4afdf0a7cc2363e3c0ed225878403f38485a94 /drivers/staging/comedi/drivers/dt3000.c
parentstaging: comedi: dt282x: use comedi_handle_events() (diff)
downloadkernel-qcow2-linux-5d758b98fab68055854134b8012cf0cf1774b7e1.tar.gz
kernel-qcow2-linux-5d758b98fab68055854134b8012cf0cf1774b7e1.tar.xz
kernel-qcow2-linux-5d758b98fab68055854134b8012cf0cf1774b7e1.zip
staging: comedi: dt3000: use comedi_handle_events()
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>
Diffstat (limited to 'drivers/staging/comedi/drivers/dt3000.c')
-rw-r--r--drivers/staging/comedi/drivers/dt3000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/dt3000.c b/drivers/staging/comedi/drivers/dt3000.c
index 825561046b6f..6544f4482740 100644
--- a/drivers/staging/comedi/drivers/dt3000.c
+++ b/drivers/staging/comedi/drivers/dt3000.c
@@ -363,7 +363,7 @@ static irqreturn_t dt3k_interrupt(int irq, void *d)
if (debug_n_ints >= 10)
s->async->events |= COMEDI_CB_EOA;
- cfc_handle_events(dev, s);
+ comedi_handle_events(dev, s);
return IRQ_HANDLED;
}