diff options
author | John Klug <john.klug@multitech.com> | 2018-04-20 15:26:43 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-20 16:17:36 -0500 |
commit | 439f03b0c397ce4c2998f9be185b193cfcbc4fff (patch) | |
tree | 923f73903033abb2b166fb87808b1dfa3f1d8c9f /io-module/mtac_mfser.c | |
parent | b3cfb538d0897de1621ea321a7122fab4cd51051 (diff) | |
download | mts-io-2.0.1.tar.gz mts-io-2.0.1.tar.bz2 mts-io-2.0.1.zip |
Add has-radio flag to mts-io, and remove compiler warnings2.0.1
Diffstat (limited to 'io-module/mtac_mfser.c')
-rw-r--r-- | io-module/mtac_mfser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtac_mfser.c b/io-module/mtac_mfser.c index 27ca4dc..26fd339 100644 --- a/io-module/mtac_mfser.c +++ b/io-module/mtac_mfser.c @@ -20,6 +20,7 @@ static char* mfser_gpio_pin_name_by_attr_name(const char* name, int port) { return ""; } } + return ""; } static ssize_t mts_attr_show_mfser_mode(struct kobject *kobj, |