Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326103
b: refs/heads/master
c: 0d3831f
h: refs/heads/master
i:
  326101: af3ad91
  326099: be0ffaf
  326095: bbffdaf
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 0fdaea9 commit 03d33a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 9dfea1b0904781e2673ef1ea0ae3113d0d4dca61
refs/heads/master: 0d3831f6b65dbb0023061925a8bb746270a0b20a
4 changes: 0 additions & 4 deletions trunk/drivers/usb/serial/ti_usb_3410_5052.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ static int ti_download_firmware(struct ti_device *tdev);
/* Data */

/* module parameters */
static bool debug;
static int closing_wait = TI_DEFAULT_CLOSING_WAIT;
static ushort vendor_3410[TI_EXTRA_VID_PID_COUNT];
static unsigned int vendor_3410_count;
Expand Down Expand Up @@ -288,9 +287,6 @@ MODULE_FIRMWARE("mts_edge.fw");
MODULE_FIRMWARE("mts_mt9234mu.fw");
MODULE_FIRMWARE("mts_mt9234zba.fw");

module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes");

module_param(closing_wait, int, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(closing_wait,
"Maximum wait for data to drain in close, in .01 secs, default is 4000");
Expand Down

0 comments on commit 03d33a1

Please sign in to comment.