From e44c53920fc7feafc412e547e0a8d62530b1a28d Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 21 Jul 2014 17:29:06 +0100 Subject: [PATCH] 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-format-patch failed