aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/serial/safe_serial.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/safe_serial.c b/drivers/usb/serial/safe_serial.c
index 36e9d9fc0618..e3457e2d2c0d 100644
--- a/drivers/usb/serial/safe_serial.c
+++ b/drivers/usb/serial/safe_serial.c
@@ -81,7 +81,6 @@
81#define CONFIG_USB_SERIAL_SAFE_PADDED 0 81#define CONFIG_USB_SERIAL_SAFE_PADDED 0
82#endif 82#endif
83 83
84static bool debug;
85static bool safe = 1; 84static bool safe = 1;
86static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED; 85static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED;
87 86
@@ -100,9 +99,6 @@ MODULE_PARM_DESC(vendor, "User specified USB idVendor (required)");
100module_param(product, ushort, 0); 99module_param(product, ushort, 0);
101MODULE_PARM_DESC(product, "User specified USB idProduct (required)"); 100MODULE_PARM_DESC(product, "User specified USB idProduct (required)");
102 101
103module_param(debug, bool, S_IRUGO | S_IWUSR);
104MODULE_PARM_DESC(debug, "Debug enabled or not");
105
106module_param(safe, bool, 0); 102module_param(safe, bool, 0);
107MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off"); 103MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off");
108 104