diff options
author | John Klug <john.klug@multitech.com> | 2018-10-04 13:45:54 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-04 13:45:54 -0500 |
commit | dcb1b3e09143cf9146a905edb451010c0aa0b127 (patch) | |
tree | ec79f06d62a41c1b23ad91d580697f4a745ba37e /io-module | |
parent | 3847d09480ba4804369e7883925baae73b4d0037 (diff) | |
download | mts-io-dcb1b3e09143cf9146a905edb451010c0aa0b127.tar.gz mts-io-dcb1b3e09143cf9146a905edb451010c0aa0b127.tar.bz2 mts-io-dcb1b3e09143cf9146a905edb451010c0aa0b127.zip |
Remove debug put into driver accidentally.
Diffstat (limited to 'io-module')
-rw-r--r-- | io-module/mts_io.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 8691f13..9f82991 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -5,13 +5,11 @@ #include <linux/gpio.h> -#define DRIVER_VERSION "v2.2.1" +#define DRIVER_VERSION "v2.2.2" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" -#define DEBUG 1 - #define __log(level, name, format, args...) \ printk(level "[" name "] " DRIVER_NAME ":%s:%d: " format "\n" , \ __func__ , __LINE__ , ## args) |