Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326096
b: refs/heads/master
c: a125357
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent bbffdaf commit 68f4d4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 274b63fa7818cc1aae33bf4232de4e75a8f45290
refs/heads/master: a1253572b1108842fd90031ee0fcbd4b729f2679
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/mos7840.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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");

0 comments on commit 68f4d4f

Please sign in to comment.