Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326089
b: refs/heads/master
c: 9fa3833
h: refs/heads/master
i:
  326087: 47239ab
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent b5a826a commit 0c84569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ba74b89ef4e51ee624abdfaf491498f3d70c35bc
refs/heads/master: 9fa38332cf8975b23c0226f118538e2e3034037b
6 changes: 0 additions & 6 deletions trunk/drivers/usb/serial/io_edgeport.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ static const struct divisor_table_entry divisor_table[] = {
{ 230400, 1},
};

/* local variables */
static bool debug;

/* Number of outstanding Command Write Urbs */
static atomic_t CmdUrbs = ATOMIC_INIT(0);

Expand Down Expand Up @@ -3140,6 +3137,3 @@ MODULE_FIRMWARE("edgeport/boot.fw");
MODULE_FIRMWARE("edgeport/boot2.fw");
MODULE_FIRMWARE("edgeport/down.fw");
MODULE_FIRMWARE("edgeport/down2.fw");

module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");

0 comments on commit 0c84569

Please sign in to comment.