Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326051
b: refs/heads/master
c: 06e454c
h: refs/heads/master
i:
  326049: a2ba27a
  326047: 7a33142
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent 6036883 commit 45284a4
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: 347708d9293ecad63aa3825637f754bd6edb235b
refs/heads/master: 06e454c40e67df631e2020571ab4e089d9fe0026
4 changes: 0 additions & 4 deletions trunk/drivers/usb/serial/ipaq.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#define DRIVER_AUTHOR "Ganesh Varadarajan <ganesh@veritas.com>"
#define DRIVER_DESC "USB PocketPC PDA driver"

static bool debug;
static int connect_retries = KP_RETRIES;
static int initial_wait;

Expand Down Expand Up @@ -616,9 +615,6 @@ 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");

module_param(connect_retries, int, S_IRUGO|S_IWUSR);
MODULE_PARM_DESC(connect_retries,
"Maximum number of connect retries (one second each)");
Expand Down

0 comments on commit 45284a4

Please sign in to comment.