diff options
author | John Klug <john.klug@multitech.com> | 2021-09-10 04:58:42 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-09-10 05:00:14 -0500 |
commit | 0e772e1a11a545571232de6387699b73ac3278bf (patch) | |
tree | aefd252c42aaba87a7b9ce0bc4f92ab2024112a7 | |
parent | 3253c53926cd11a9fc96f5ef3c98b58f0aaef959 (diff) | |
download | mts-io-4.7.2.tar.gz mts-io-4.7.2.tar.bz2 mts-io-4.7.2.zip |
Fix syntax error in radio_udev_discovery.c4.7.2
-rw-r--r-- | io-module/radio_udev_discovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/radio_udev_discovery.c b/io-module/radio_udev_discovery.c index 88f5d0d..3a557ca 100644 --- a/io-module/radio_udev_discovery.c +++ b/io-module/radio_udev_discovery.c @@ -57,7 +57,7 @@ verify_vpid(struct sig_pid_radio_reset_monitor_s *p) vcount = refcount_read(&vpid1->count); #else vcount = atomic_read(&vpid1->count); - #fi + #endif } else vcount = 0; rcu_read_unlock(); |