Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326095
b: refs/heads/master
c: 274b63f
h: refs/heads/master
i:
  326093: 84c800d
  326091: 0b7379b
  326087: 47239ab
  326079: f8af581
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent d0d3a70 commit bbffdaf
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: 08e48a22a6608c82626499cf325eb9d9f7c2a84c
refs/heads/master: 274b63fa7818cc1aae33bf4232de4e75a8f45290
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/mos7720.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ struct moschip_port {
struct urb *write_urb_pool[NUM_URBS];
};

static bool debug;

static struct usb_serial_driver moschip7720_2port_driver;

#define USB_VENDOR_ID_MOSCHIP 0x9710
Expand Down Expand Up @@ -2133,6 +2131,3 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_AUTHOR(DRIVER_AUTHOR);
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 bbffdaf

Please sign in to comment.