Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326061
b: refs/heads/master
c: 40c9616
h: refs/heads/master
i:
  326059: 178f715
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent b3e0a9d commit 6f049fb
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: 620a4616b26c05b3a3301d2bd0767c4647652372
refs/heads/master: 40c9616bdd4abf319860195361abd7387710b3aa
4 changes: 0 additions & 4 deletions trunk/drivers/usb/serial/safe_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
#define CONFIG_USB_SERIAL_SAFE_PADDED 0
#endif

static bool debug;
static bool safe = 1;
static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED;

Expand All @@ -100,9 +99,6 @@ MODULE_PARM_DESC(vendor, "User specified USB idVendor (required)");
module_param(product, ushort, 0);
MODULE_PARM_DESC(product, "User specified USB idProduct (required)");

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

module_param(safe, bool, 0);
MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off");

Expand Down

0 comments on commit 6f049fb

Please sign in to comment.