From 68f4d4ffbe228d982f6ee63c03b28d50a6ff4843 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 18 Sep 2012 10:15:57 +0100 Subject: [PATCH] --- yaml --- r: 326096 b: refs/heads/master c: a1253572b1108842fd90031ee0fcbd4b729f2679 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/mos7840.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 7c7b69760972..f02c78fcbad9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 274b63fa7818cc1aae33bf4232de4e75a8f45290 +refs/heads/master: a1253572b1108842fd90031ee0fcbd4b729f2679 diff --git a/trunk/drivers/usb/serial/mos7840.c b/trunk/drivers/usb/serial/mos7840.c index a4880d6198cc..a94297d9c7ac 100644 --- a/trunk/drivers/usb/serial/mos7840.c +++ b/trunk/drivers/usb/serial/mos7840.c @@ -252,8 +252,6 @@ struct moschip_port { struct timer_list led_timer2; /* Timer for LED off */ }; -static bool debug; - /* * mos7840_set_reg_sync * To set the Control register by calling usb_fill_control_urb function @@ -2694,6 +2692,3 @@ module_usb_serial_driver(serial_drivers, id_table); MODULE_DESCRIPTION(DRIVER_DESC); MODULE_LICENSE("GPL"); - -module_param(debug, bool, S_IRUGO | S_IWUSR); -MODULE_PARM_DESC(debug, "Debug enabled or not");