diff options
author | Sean Godinez <sgodinez@multitech.com> | 2013-11-25 13:12:02 -0600 |
---|---|---|
committer | Sean Godinez <sgodinez@multitech.com> | 2013-11-25 13:12:02 -0600 |
commit | d3a44aaa5f2ef5a23f181c88fa3f13e9662edb81 (patch) | |
tree | 7bf1e4ab8e03d1c9dbc9d296aba413798058bf30 /io-module | |
parent | f70588d90e5166739b3d527f51b02c28f906c7df (diff) | |
download | mts-io-d3a44aaa5f2ef5a23f181c88fa3f13e9662edb81.tar.gz mts-io-d3a44aaa5f2ef5a23f181c88fa3f13e9662edb81.tar.bz2 mts-io-d3a44aaa5f2ef5a23f181c88fa3f13e9662edb81.zip |
fixed copy/paste error
Diffstat (limited to 'io-module')
-rw-r--r-- | io-module/mts_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |