...ignore this patch. debug is not unused -- the dbg macro references it, but is defined elsewhere. Sorry for the noise; turns out I was not actually building my modified tree. >.< On Wed, Feb 1, 2012 at 16:07, Thomas Tuttle <ttuttle@xxxxxxxxxxxx> wrote: > Signed-off-by: Thomas Tuttle <ttuttle@xxxxxxxxxxxx> > --- > drivers/usb/serial/qcserial.c | 5 ----- > 1 files changed, 0 insertions(+), 5 deletions(-) > > diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c > index 5a817d6..0f549c6 100644 > --- a/drivers/usb/serial/qcserial.c > +++ b/drivers/usb/serial/qcserial.c > @@ -22,8 +22,6 @@ > #define DRIVER_AUTHOR "Qualcomm Inc" > #define DRIVER_DESC "Qualcomm USB Serial driver" > > -static bool debug; > - > static const struct usb_device_id id_table[] = { > {USB_DEVICE(0x05c6, 0x9211)}, /* Acer Gobi QDL device */ > {USB_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ > @@ -298,6 +296,3 @@ module_exit(qcexit); > MODULE_AUTHOR(DRIVER_AUTHOR); > MODULE_DESCRIPTION(DRIVER_DESC); > MODULE_LICENSE("GPL v2"); > - > -module_param(debug, bool, S_IRUGO | S_IWUSR); > -MODULE_PARM_DESC(debug, "Debug enabled or not"); > -- > 1.7.7.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html