staging: comedi: ni_65xx: disable edge detection on initialization
authorIan Abbott <abbotti@mev.co.uk>
Wed, 23 Jul 2014 09:41:21 +0000 (10:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2014 22:01:25 +0000 (15:01 -0700)
commit31adc05f747d1b0669a1a3f7b6db89d592e9e653
treeab53c05d838b4388244b038089fbd2e2b48f06f8
parent3443d1c6d1b0914447b253e6ae0194cc9e2cf137
staging: comedi: ni_65xx: disable edge detection on initialization

When the hardware is being initialized, the edge detection interrupts
are cleared and disabled.  Also disable edge detection for all channels
at this time so they start off in a known state.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_65xx.c