From d3a44aaa5f2ef5a23f181c88fa3f13e9662edb81 Mon Sep 17 00:00:00 2001 From: Sean Godinez Date: Mon, 25 Nov 2013 13:12:02 -0600 Subject: fixed copy/paste error --- io-module/mts_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 728e39b..d6df5f9 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -2125,7 +2125,7 @@ static ssize_t mts_attr_store_reset_monitor(struct device *dev, reset_pid = pid; reset_short_signal = short_signal; reset_long_signal = long_signal; - reset_extra_long_signal = long_signal; + reset_extra_long_signal = extra_long_signal; mutex_unlock(&mts_io_mutex); } -- cgit v1.2.3