Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326063
b: refs/heads/master
c: 186f381
h: refs/heads/master
i:
  326061: 6f049fb
  326059: 178f715
  326055: cfa10e3
  326047: 7a33142
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent b4a2082 commit a545cba
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: 1a6635f7299aa01c7f11c7eed731f2956cd5bde8
refs/heads/master: 186f3812f5005d3d5435f69f672971afdae3e732
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/ssu100.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
#define FULLPWRBIT 0x00000080
#define NEXT_BOARD_POWER_BIT 0x00000004

static bool debug;

/* Version Information */
#define DRIVER_VERSION "v0.1"
#define DRIVER_DESC "Quatech SSU-100 USB to Serial Driver"
Expand Down Expand Up @@ -668,6 +666,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 a545cba

Please sign in to comment.