USB: Serial: iuu_phoenix.c: remove debug module parameter
[firefly-linux-kernel-4.4.55.git] / drivers / usb / serial / iuu_phoenix.c
index f9832b72c010ba172d3ab226c34ccb5a5d13bbfd..91e6e372cf17d972d209dfed77b23807350f5761 100644 (file)
 #include "iuu_phoenix.h"
 #include <linux/random.h>
 
-
-#ifdef CONFIG_USB_SERIAL_DEBUG
-static bool debug = 1;
-#else
-static bool debug;
-#endif
-
 /*
  * Version Information
  */
@@ -1248,8 +1241,6 @@ MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_LICENSE("GPL");
 
 MODULE_VERSION(DRIVER_VERSION);
-module_param(debug, bool, S_IRUGO | S_IWUSR);
-MODULE_PARM_DESC(debug, "Debug enabled or not");
 
 module_param(xmas, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(xmas, "Xmas colors enabled or not");