From: Ian Abbott Date: Mon, 21 Jul 2014 16:29:06 +0000 (+0100) Subject: staging: comedi: ni_6527: reset edge detection registers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44c53920fc7feafc412e547e0a8d62530b1a28d;p=pandora-kernel.git staging: comedi: ni_6527: reset edge detection registers `ni6527_reset()` is called to reset various registers when the device is being initialized or deinitialized. The edge detection interrupt is disabled by this function, but the rising and falling edge detection registers are currently left alone. Call `ni6527_set_edge_detection()` to set them to a known, disabled state. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed