summaryrefslogtreecommitdiff
path: root/io-module/mts_supercap.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2020-11-20 13:51:12 -0600
committerJohn Klug <john.klug@multitech.com>2020-11-23 14:22:45 -0600
commit90075ae2b50c4342dff880085f7342cb961456d5 (patch)
tree4e152fd464d1c548c479bc4074cc2097a5b2a560 /io-module/mts_supercap.h
parentfebfbaa141125c24d3a40e17034261c5354a0973 (diff)
downloadmts-io-90075ae2b50c4342dff880085f7342cb961456d5.tar.gz
mts-io-90075ae2b50c4342dff880085f7342cb961456d5.tar.bz2
mts-io-90075ae2b50c4342dff880085f7342cb961456d5.zip
Fix cleanup of supercap worker so that it doesn't cause kernel panic during unloading mts-io during normal operation, there was missing lock/unlock of mts-io mutex
Diffstat (limited to 'io-module/mts_supercap.h')
-rw-r--r--io-module/mts_supercap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_supercap.h b/io-module/mts_supercap.h
index 79ea7df..871346d 100644
--- a/io-module/mts_supercap.h
+++ b/io-module/mts_supercap.h
@@ -28,7 +28,7 @@ typedef struct supercap_info {
} supercap_info_t, *supercap_info_pt;
extern void init_supercap_worker(void);
-extern void cleanup_sepercap_worker(void);
+extern void cleanup_supercap_worker(void);
extern ssize_t mts_attr_show_supercap_monitor(struct device *dev,
struct device_attribute *attr,